blob: 1afeb1fd3aa12318e7895052a3f65ce2be8852da [file] [log] [blame]
Tests disabled breakpoint.
Set breakpoint
breakpoint at 9
Run function and check pause
Script execution paused.
Call stack:
0) main (a.js:10)
1) (test.js:21)
Script execution resumed.
Disable breakpoint
breakpoint at 9 disabled
Run function and check that pause happens after function
Script execution paused.
Call stack:
0) (test.js:31)
Script execution resumed.