bab6615155
New tests added for these calls:
* evaluateOnCallFrame
* setAsyncCallStackDepth
* setBreakpoint
* setVariableValue
For setAsyncCallStackDepth, this change updates the test to manufacture async callstacks in a different way so that there is more than one. The previous promise chain method was broken by f61facf
.
Change-Id: I9083b0b1c08849d4c7ebb5349cfa4489f551aa39
Reviewed-on: https://chromium-review.googlesource.com/c/1465118
Commit-Queue: Jeff Fisher <jeffish@microsoft.com>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59745}
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()' |