vscode-js-debug: Node Debugger not working after updating to June 2020 (version 1.47)
Describe the bug Node Debugger not working after updating to June 2020 (version 1.47)
To Reproduce Steps to reproduce the behavior: After update when I tried to run a server in debug mode it shows me the “options [retryMiliSeconds] is not supported”. Server gets started but debugger points gets disappeared.
Log File
VS Code Version: Replace me!
Additional context Add any other context about the problem here.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 4
- Comments: 18 (10 by maintainers)
Thanks for the log!
I think I already fixed your issue as part of https://github.com/microsoft/vscode-js-debug/commit/540fbcace9eda0c43fa0b73797d3cba95a2f443b. I think both of these solutions will work for you:
--inspect-brk
from your npm script (we can attach without it; I’ve updated the docs to reflect that in https://github.com/microsoft/vscode-docs/commit/26b07f527e9862827492aa8fb604dec13a5ef824)That issue should be fixed as of VS Code 1.47.2. If you’re still seeing it, can you collect a trace log using these steps? https://github.com/microsoft/vscode-js-debug/issues/631#issuecomment-660149131
Can you collect a trace log using these instructions? https://github.com/microsoft/vscode-js-debug/issues/631#issuecomment-660149131
@connor4312 thanks, I changed those configurations and so far the auto attach seems to be working again.
Can you please collect a log file using the instructions provided in the issue template?