VS Code Debugging a Simple C++ Program

preview_player
Показать описание
Shows debugging a simple C++ program (just main() ) using VS Code in Windows Subsystem for Linux (WSL).
Рекомендации по теме
Комментарии
Автор

I’m no C++ programmer I just clicked to see your lovely face

NoOne-evjn
Автор

Suppose I don't have the .cpp source file but only the binary "a.out", which is already running. Is there a way for me to monitor the variables and expressions after attaching the debugger to the a.out process?

rjeejacobjacob
Автор

can you make a another video, but this time include arrays, vectors, sets and maps also in debugging? BEcause i am unable to watch map variables while debugging

saketkumar
Автор

Please post more videos, it helps us so much

PreludeSon
Автор

Hello can u help me in my vs code it isn't showing any configuration

tikendrasahu
Автор

this isn't debugging, and im my way of viewing it, this is pointless, to do that all you need to do is print the variavel and you get the result, so this is kind of pointless, unless if you have access to the assembly code, there is no debugging at all... all this is usefull for is to see if you have a ", " missing or a ";" and cause of that some function isn't working...

kiiikoooPT