0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/inspector
Eugene Ostroukhov f01fd2ae70 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-03 11:38:00 -08:00
..
inspector-helper.js inspector: libuv notification on incoming message 2017-03-03 11:38:00 -08:00
inspector.status
test-inspector-stops-no-file.js inspector: check if connected before waiting 2016-12-06 14:28:20 -08:00
test-inspector.js benchmark,lib,test: adjust for linting 2017-01-06 14:36:01 -08:00
test-not-blocked-on-idle.js inspector: libuv notification on incoming message 2017-03-03 11:38:00 -08:00
testcfg.py