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
On the other hand, if I launch a very similar configuration with NPM it will attach very slowly. (npm run debug is simply nodemon --inspect server.js).
In the case of my code (using ApolloServer), the difference is quite significant, as in the first case if I make a request it will hit the breakpoint, but in the second case it takes sometimes over 5 seconds and I can get many requests in before the breakpoint is triggered.
What is even more surprising, is that the console prints Debugger attached, yet I can issue multiple requests over a period of few seconds when the breakpoint is still not hit.
Does this issue occur when all extensions are disabled?: N/A
The text was updated successfully, but these errors were encountered:
connor4312
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Apr 22, 2020
Version: 1.43.2 (system setup) Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50 Date: 2020-03-24T07:38:38.248Z Electron: 7.1.11 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18362
Steps to Reproduce:
Using the provided
nodemon
launch configuration withrestart: true
attaches very quicklyOn the other hand, if I launch a very similar configuration with NPM it will attach very slowly. (
npm run debug
is simplynodemon --inspect server.js
).In the case of my code (using ApolloServer), the difference is quite significant, as in the first case if I make a request it will hit the breakpoint, but in the second case it takes sometimes over 5 seconds and I can get many requests in before the breakpoint is triggered.
What is even more surprising, is that the console prints
Debugger attached
, yet I can issue multiple requests over a period of few seconds when the breakpoint is still not hit.Does this issue occur when all extensions are disabled?: N/A
The text was updated successfully, but these errors were encountered: