Alexey
Alexey
We have --inspect replacement for local debugging. Please try [ndb-inspect](https://www.npmjs.com/package/ndb-inspect): 1. install it as local dev dependency, 2. replace any --inspect with -r ndb-inspect and --inspect-brk with -r ndb-inspect/brk 3....
Some updates: - ndb as dependency does not contain Chromium binary any more, so it is not a huge dev dependency, - it is possible to use global ndb installation,...
`[email protected]` can connect to a node app running in any terminal. Press escape to get console drawer, select `terminal` tab there and copy paster couple exports to your terminal. 
It sounds to me like you would like to run `app.js` from time to time using ndb. You can run `ndb app.js` - it will start ndb and run app.js....
There is no shortcut yet, we can add it later, I need to find good one since Ctrl+C will not work. You can do it from UI: 
It looks exciting. Thanks for doing this! Do you think that it is ready for review or are you going to polish it first?
We are working on this feature request. Stay tuned.
@aslushnikov and @JoelEinbinder can we fix it on DevTools side?
We do not have any ways to debug node inside docker container right now. To make it possible we need some kind of `ndd_service.js` implementation which will help ndb to...
Unfortunately, I do not have free time to work on this issue shortly. `ndb` frontend uses chrome devtools protocol to speak with its backend. For proper docker support, it should...