Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. CODid I help? It seems that there is not a terminate option, but in order to prevent the execution of the following code you can either comment it before or delete the following code/call "live" within the Chrome debugger (this latter option will make the continue button behave like a terminate). I know they are not ideal solutions, but I think they are the most acceptable ones. Any comments?
      singulars
    2. COIn many cases, the code that needs to be prevented from executing is up the call stack (the functions which will get control after the current function returns). Sure, I can go and edit functions up the call stack, and then find and edit all functions which might be called asynchronously. I am sure, it must be a trivial thing for a browser to refresh a page with the script still in the paused state IF it was paused at the time the Page Refresh button was pressed. I also think that it should be an expected behavior for any browser (unfortunately, it's not).
      singulars
    3. COActually I found a workaround to achieve the termination of the script execution!: In chrome, I open the debugger to debug one of my applications and I set a breakpoint. I run the page. The execution pauses at the breakpoint. Then I examine the problem and realize what is causing the bug. **To terminate the execution** I click in the X button next to the URL (to stop the page loading) and then, when continuing the script (F8) it will terminate. Rather easy way to achieve it, I think. What do you think about this one?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload