mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 11:36:57 +00:00

PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
30 lines
612 B
Plaintext
30 lines
612 B
Plaintext
Tests for calling setBreakpoint with urlRegex
|
|
|
|
Running test: testSetBreakpointByUrlRegex
|
|
[
|
|
[0] : {
|
|
columnNumber : 2
|
|
lineNumber : 2
|
|
scriptId : <scriptId>
|
|
}
|
|
]
|
|
Successfully paused during eval of: 'test()'
|
|
Successfully completed eval of: 'test()'
|
|
|
|
Running test: testSetBreakpointByUrlWithConditions
|
|
[
|
|
[0] : {
|
|
columnNumber : 2
|
|
lineNumber : 2
|
|
scriptId : <scriptId>
|
|
}
|
|
]
|
|
Successfully completed eval of: 'test()'
|
|
[
|
|
[0] : {
|
|
columnNumber : 2
|
|
lineNumber : 2
|
|
scriptId : <scriptId>
|
|
}
|
|
]
|
|
Successfully paused during eval of: 'test()' |