Bug 1599966 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is a use case reported by a Web developer in South Korea. 

> The question I asked of you was how to pause debugger while focusing on web browser not devtool itself.
> For now, I have to focus devtool window to pause debugger,
> However on Chrome, I can pause debugger to press F8 button even if the browser is focused.


The scenario is 

1. Open the debugger devtools
2. Go to a webpage, and interact with the content
3. Hit a key for setting a pause of the debugger at this moment

Expected:
The debugger is paused on the current code being executed

Actual:
not possible at all.
You need to switch back to the debugger to hit pause, and then come back to the browser window. But this means, you will likely not be in the right context when it is finally pausing (think hover interactions for example.)

On Chrome, this feature is available through F8.
This is a use case reported by a [Web developer in South Korea](https://mozillians.org/en-US/u/the6thm0nth/). 

> The question I asked of you was how to pause debugger while focusing on web browser not devtool itself.
> For now, I have to focus devtool window to pause debugger,
> However on Chrome, I can pause debugger to press F8 button even if the browser is focused.


The scenario is 

1. Open the debugger devtools
2. Go to a webpage, and interact with the content
3. Hit a key for setting a pause of the debugger at this moment

Expected:
The debugger is paused on the current code being executed

Actual:
not possible at all.
You need to switch back to the debugger to hit pause, and then come back to the browser window. But this means, you will likely not be in the right context when it is finally pausing (think hover interactions for example.)

On Chrome, this feature is available through F8.

Back to Bug 1599966 Comment 0