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
Describe the bug
I wanted to put a logpoint in my backend service to see on the console when it is called.
But sadly, when the execution reaches the respective line, execution is suspended. Only after resuming execution, the expected log message is printed.
Describe the bug
I wanted to put a logpoint in my backend service to see on the console when it is called.
But sadly, when the execution reaches the respective line, execution is suspended. Only after resuming execution, the expected log message is printed.
To Reproduce
Steps to reproduce the behavior:
hello-world
hello-world-impl.ts
and add a logpoint with the expressiontest
in line 7http://127.0.0.1:3000
and runEdit > Say Hello
Log File
vscode-debugadapter-79e72f37.json.gz
VS Code Version: VS Code 1.63.2
Additional context
I am quite new to JavaScript/TypeScript development in VS Code - sorry if this is a dumb question/issue, but I have had a question on StackOverflow https://stackoverflow.com/questions/70938984/vs-code-logpoint-suspends-breaks-the-execution-unexpectedly that has been unanswered for two days now, so it seems at least not a straight-forward n00b thing...
The text was updated successfully, but these errors were encountered: