The debugging experience sucks #56011
Unanswered
thoughtsunificator
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following up on my comment on #26609
I am amazed by how nobody seems to care about the debugging experience sucking so bad.
Debugging via CLI or disassembling is so horrible that I'm on the verge on becoming a humanless monkey who dare to say things of the like "why debug when you can console.log?".
Why on earth would anyone in its right mind hide a debugger under a special command that you need to type every time you want your script running in debugging mode, when there already is a keyword for it: debugger.
And the worse thing about this is that it makes debugging through npm script (test etc...) such a tedious task for absolutely no reason.
Please, for the love of goodness, care for a human debugging experience by adding an env that allow us to tell v8 to start the debugger as soon as it encounters the keyword, as it would work on any normal human worlds...
Thank you
Beta Was this translation helpful? Give feedback.
All reactions