mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 06:53:52 +00:00

PR-URL: https://github.com/nodejs/node/pull/15362 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
Tests that we clear breakpoints on agent disabled
|
|
function foo() {#}
|
|
|
|
foo();#debugger;
|
|
|