Commit d8b902f
debugger: call
When the debugger has started we need to call `this.resume` otherwise,
the prompt won't appear.
Fixes: #9854
PR-URL: #10099
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rich Trott <rtrott@gmail.com>this.resume() after this.run()
1 parent bf882fb commit d8b902fCopy full SHA for d8b902f
File tree
Expand file treeCollapse file tree
2 files changed
+14
-1
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+14
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
835 | 835 | |
836 | 836 | |
837 | 837 | |
838 | | - |
| 838 | + |
839 | 839 | |
840 | 840 | |
841 | 841 | |
|
Collapse file
test/parallel/test-debug-prompt.js
Copy file name to clipboard+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
0 commit comments