node/test/inspector
Eugene Ostroukhov f972bd81c6
inspector: libuv notification on incoming message
Currently Inspector posts a V8 "task" when a message is incoming. To
make sure messages are processed even when no JS is executed (e.g. while
waiting for I/O or timer), inspector will now post a libuv request.

Fixes: https://github.com/nodejs/node/issues/11589
PR-URL: https://github.com/nodejs/node/pull/11617
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2017-03-05 23:25:17 +01:00
..
inspector-helper.js inspector: libuv notification on incoming message 2017-03-05 23:25:17 +01:00
inspector.status test: fix flaky test-inspector 2016-12-05 03:20:36 +01:00
test-inspector-stops-no-file.js inspector: check if connected before waiting 2016-12-13 10:57:56 -05:00
test-inspector.js benchmark,lib,test: adjust for linting 2017-01-30 12:08:27 -05:00
test-not-blocked-on-idle.js inspector: libuv notification on incoming message 2017-03-05 23:25:17 +01:00
testcfg.py