Debugging simple C programs in VS Code? 3 points by aks2161989 4y ago ↗ HN Those of you who write simple C programs on VScode, how do you debug your programs?By simple I mean C programs in a single .c file
[–] cumshitpiss 4y ago ↗ I just use gdb. If you prefer something more visual you can look at gdb dashboard or some front end
[–] i_don_t_know 4y ago ↗ I have used this extension: https://marketplace.visualstudio.com/items?itemName=ms-vscod...The page provides links to various bits of documentation, including this link with instructions on how to set up debugging: https://code.visualstudio.com/docs/cpp/cpp-debug
2 comments
[ 2.5 ms ] story [ 14.9 ms ] threadThe page provides links to various bits of documentation, including this link with instructions on how to set up debugging: https://code.visualstudio.com/docs/cpp/cpp-debug