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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Hi I am running my application, index file of which looks something like this :
setTimeOut(()=>{
console.log("HI")
},1000)
I have attached the toggle:Auto Attach mode from the command palatte and is seems to be on after this.
But, when I run the app with the command node --inspect index.js, I see that the execution completes but the debugger is not attached to the process. Can you please help me to triage this?
I have spent a lot of time finding the cause over the web, but nothing seems to help.
I am running this on top of an Ubuntu vm on my local machine.
The text was updated successfully, but these errors were encountered:
Hi I am running my application, index file of which looks something like this :
setTimeOut(()=>{
console.log("HI")
},1000)
I have attached the toggle:Auto Attach mode from the command palatte and is seems to be on after this.
But, when I run the app with the command node --inspect index.js, I see that the execution completes but the debugger is not attached to the process. Can you please help me to triage this?
I have spent a lot of time finding the cause over the web, but nothing seems to help.
I am running this on top of an Ubuntu vm on my local machine.
The text was updated successfully, but these errors were encountered: