mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
a32a243d5f
When developer calls setBreakpoint with an unknown script name,
we convert the script name into regular expression matching all
paths ending with given name (name can be a relative path too).
To create such breakpoint in V8, we use type `scriptRegEx`
instead of `scriptId` for `setbreakpoint` request.
To restore such breakpoint, we save the original script name
send by the user. We use this original name to set (restore)
breakpoint in the new child process.
This is a back-port of commit
|
||
---|---|---|
.. | ||
b | ||
break-in-module | ||
cycles | ||
empty | ||
global | ||
keys | ||
module-load-order | ||
module-require | ||
nested-index | ||
node_modules | ||
packages | ||
readdir | ||
test-init-index | ||
test-init-native | ||
a1.js | ||
a.js | ||
agent.crt | ||
agent.key | ||
alice.crt | ||
breakpoints_utf8.js | ||
breakpoints.js | ||
catch-stdout-error.js | ||
cert.pem | ||
child_process_should_emit_error.js | ||
child-process-message-and-exit.js | ||
child-process-persistent.js | ||
child-process-spawn-node.js | ||
create-file.js | ||
debug-target.js | ||
deprecated.js | ||
destroy-stdin.js | ||
echo.js | ||
elipses.txt | ||
empty.js | ||
empty.txt | ||
exit.js | ||
fixture.ini | ||
foafssl.crt | ||
foafssl.key | ||
foo | ||
GH-892-request.js | ||
GH-1899-output.js | ||
invalid.json | ||
module-loading-error.node | ||
msca.pem | ||
multi-alice.crt | ||
net-fd-passing-receiver.js | ||
not-main-module.js | ||
parent-process-nonpersistent.js | ||
pass-cert.pem | ||
pass-csr.pem | ||
pass-key.pem | ||
person.jpg | ||
person.jpg.gz | ||
print-10-lines.js | ||
print-chars-from-buffer.js | ||
print-chars.js | ||
recvfd.js | ||
registerExt2.test | ||
registerExt.hello.world | ||
registerExt.test | ||
sample.png | ||
semicolon.js | ||
should_exit.js | ||
stdio-filter.js | ||
test_ca.pem | ||
test_cert.pem | ||
test_cert.pfx | ||
test_dsa_params.pem | ||
test_dsa_privkey.pem | ||
test_dsa_pubkey.pem | ||
test_key.pem | ||
test_rsa_privkey_2.pem | ||
test_rsa_privkey.pem | ||
test_rsa_pubkey_2.pem | ||
test_rsa_pubkey.pem | ||
test-fs-readfile-error.js | ||
test-regress-GH-4015.js | ||
throws_error1.js | ||
throws_error2.js | ||
throws_error3.js | ||
throws_error.js | ||
utf8-bom.js | ||
utf8-bom.json | ||
x1024.txt | ||
x.txt |