forked from LeenkxTeam/Kmake
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
Check that inspector correctly passes caught/uncaught information.
|
|
paused in throwCaught
|
|
uncaught: false
|
|
paused in throwUncaught
|
|
uncaught: true
|
|
paused in throwInPromiseCaught
|
|
uncaught: false
|
|
paused in promiseUncaught
|
|
uncaught: true
|
|
paused in throwInMapConstructor
|
|
uncaught: true
|
|
paused in throwInAsyncIterator
|
|
uncaught: true |