deno icon indicating copy to clipboard operation
deno copied to clipboard

Print message when waiting for debugger to disconnect

Open bartlomieju opened this issue 2 years ago • 3 comments

// foo.js
console.log("foo!");

In Deno:

deno run --inspect-brk foo1.js
Debugger listening on ws://127.0.0.1:9229/ws/f2c0a704-297c-4dc0-a0f0-9e3911327c7c
Debugger session started.
foo

In Node.js:

node --inspect-brk foo.js
Debugger listening on ws://127.0.0.1:9229/84790fe2-fffe-4896-a33a-e575cec30ab0
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
asdf
Waiting for the debugger to disconnect...

bartlomieju avatar Dec 07 '21 00:12 bartlomieju

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 19 '22 15:03 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 31 '22 05:05 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 30 '22 19:07 stale[bot]