Closed xcom169 closed 6 years ago
Yeah, VSCode can debug on Linux similar to Visual Studio on Windows, excluding the 'Edit & Continue' feature
You just need to add '-g' to the CC flags in the makefile, and after running make, you can launch it with VSCode and set breakpoints in the GUI
Is there any way to debug the C++ code, or the executable file in Linux to see when what's happening? I'd like to see in which files are being read, written so on? In eg. Python it is possible to go line by line during runtime.