I'm using VS code. Wenn i start a debugging session with "run", my program is launched.
But i don't see any variables in the left hand side drop down list, when a breakpoint is reached.
What am i doing wrong... ?
I'm using VS code. Wenn i start a debugging session with "run", my program is launched.
But i don't see any variables in the left hand side drop down list, when a breakpoint is reached.
What am i doing wrong... ?
ok, now i got it. i need to press "pause" to see variables...
Actually it works without any change. I tried it in a project that is a little bit non-standard, with symlinks in some of the files/directories, and I think that caused this in my case. When I tried it with a more standard project then it works.