| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1122,7 +1122,6 @@ function createRepl(inspector) { | |||
| 1122 | 1122 | await Profiler.enable(); | |
| 1123 | 1123 | await Profiler.setSamplingInterval({ interval: 100 }); | |
| 1124 | 1124 | await Debugger.enable(); | |
| 1125 | - await Debugger.setPauseOnExceptions({ state: 'none' }); | ||
| 1126 | 1125 | await Debugger.setAsyncCallStackDepth({ maxDepth: 0 }); | |
| 1127 | 1126 | await Debugger.setBlackboxPatterns({ patterns: [] }); | |
| 1128 | 1127 | await Debugger.setPauseOnExceptions({ state: pauseOnExceptionState }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments