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... ?
That makes no difference. I don't see anything in the columns watch, variables, call stack, etc.
Something broken with my vs code installation?
ok, now i got it. i need to press "pause" to see variables...
sorry, you're right. It's a new bug... I can reproduce it.
VSC 1.96.2
Monkey C extension: 1.0.11
SDK 7.3.1
everything is empty
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.