-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: step into
eval
when pauseForSourceMap
is true does not pause…
- Loading branch information
1 parent
2c2f2d8
commit adb9887
Showing
3 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...reakpoints/breakpoints-does-not-interrupt-stepin-with-instrumentation-breakpoint-1665.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Evaluating#1: test() | ||
{ | ||
allThreadsStopped : false | ||
description : Paused on debugger statement | ||
reason : pause | ||
threadId : <number> | ||
} | ||
test @ <eval>/VM<xx>:4:13 | ||
<anonymous> @ eval1.js:1:1 | ||
{ | ||
allThreadsStopped : false | ||
description : Paused | ||
reason : step | ||
threadId : <number> | ||
} | ||
test @ <eval>/VM<xx>:5:13 | ||
<anonymous> @ eval1.js:1:1 | ||
{ | ||
allThreadsStopped : false | ||
description : Paused | ||
reason : step | ||
threadId : <number> | ||
} | ||
<anonymous> @ foo.js:2:15 | ||
test @ <eval>/VM<xx>:5:15 | ||
<anonymous> @ eval1.js:1:1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters