You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code's DEBUG CONSOLE's variable lookup doesn't work.
To reproduce: Just create a simple typescript file, set breakpoint, and hit breakpoint, and try to read any local variables that were set. But when I tested just now, it won't even hit a breakpoint. So there are 2 issues. 1.it won't hit breakpoint. 2. Even if it hit a breakpoint, you can't read any loacal variables that were set.
But it works well in version 22 though. Version 23 is the problem
For more detail,
I uploaded a repo: https://github.com/tanekim77/ts-jest-not-working
To test, please install vs-code extension called "Jest",
and reload.
Then, goto aa.test.ts
After a while, you will see "Debug" button magically appear above test(..).
If not, restart vs code and you will see.
sset a breakpoint. and press debug.
It won't even hit a breakpoint.
downgrade to v22, then it will hit a breakpoint, and will be able to read local variables.
Expected behavior :
variable lookup should work.
Output from debug log :
# content of debug.txt :
Minimal repo :
The text was updated successfully, but these errors were encountered:
Thanks @tanekim77 for the update.
I'm closing this since with your update it looks like a duplicate of #627, which I'm taking care of now. Please subscribe to the updates on the that issue instead.
Issue :
VS Code's DEBUG CONSOLE's variable lookup doesn't work.
To reproduce: Just create a simple typescript file, set breakpoint, and hit breakpoint, and try to read any local variables that were set. But when I tested just now, it won't even hit a breakpoint. So there are 2 issues. 1.it won't hit breakpoint. 2. Even if it hit a breakpoint, you can't read any loacal variables that were set.
But it works well in version 22 though. Version 23 is the problem
For more detail,
I uploaded a repo:
https://github.com/tanekim77/ts-jest-not-working
To test, please install vs-code extension called "Jest",
and reload.
Then, goto aa.test.ts
After a while, you will see "Debug" button magically appear above test(..).
If not, restart vs code and you will see.
sset a breakpoint. and press debug.
It won't even hit a breakpoint.
downgrade to v22, then it will hit a breakpoint, and will be able to read local variables.
Expected behavior :
variable lookup should work.
Output from debug log :
# content of debug.txt :
Minimal repo :
The text was updated successfully, but these errors were encountered: