denali-js / core

An opinionated, ORM agnostic framework for building robust JSON APIs in Node
http://denalijs.org
Apache License 2.0
73 stars 14 forks source link

allow to debug without brk #429

Open luxzeitlos opened 6 years ago

luxzeitlos commented 6 years ago

It could be nice if denali could set --inspect instead of --inspect-brk for action debugging.

knownasilya commented 6 years ago

The current one is necessary but the suggested one would also be nice to have.

luxzeitlos commented 6 years ago

I totally agree, we need both! But I would expect --debug to be without brk, and suggest --debug-brk instead

knownasilya commented 6 years ago

Good point.