A runtime later... the debugging experience sucks anyway #27149
thoughtsunificator
started this conversation in
General
Replies: 1 comment 1 reply
-
FYI: Both Deno and Node are built around V8 JS engine which is why the debugger integration is the same. It's provided by V8, not by Deno or Node. So there is no copying anywhere because both projects directly use the one provided by V8. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Start the debugger (CLI) as soon as the debugger keyword is met, it can't be that impossible that even 3 runtimes later we can't have a reasonable debugging experience.
Why is it that it was announced as a savior, a runtime that would make every node wrongs right and still you guys literally just c/p the entire node-inspector project : https://docs.deno.com/runtime/fundamentals/debugging/
Thank you, but please help the poor debugger
Beta Was this translation helpful? Give feedback.
All reactions