| breakOnNext.js |
Debugger breakOnNext command.
It's different from the comand action because we also want to
highlight the pause icon.
@memberof actions/pause
@static
|
677 |
| commands.js |
Debugger commands like stepOver, stepIn, stepOut, resume
@param string type
|
3991 |
| continueToHere.js |
|
2047 |
| expandScopes.js |
|
515 |
| fetchFrames.js |
|
780 |
| fetchScopes.js |
Retrieve the scopes and map them for the currently selected frame.
Once this is done, update the inline previews.
|
1757 |
| index.js |
Redux actions for the pause state
@module actions/pause
|
1177 |
| inlinePreview.js |
Update the inline previews for the currently selected frame.
|
7110 |
| mapFrames.js |
Wasm Source Maps can come with an non-standard "xScopes" attribute
which allows mapping the scope of a given location.
|
5938 |
| mapScopes.js |
Get scopes mapped for a precise location.
@param {Promise} scopes
Can be null. Result of Commands.js's client.getFrameScopes
@param {Objects locations
Frame object, or custom object with 'location' and 'generatedLocation' attributes.
|
5630 |
| moz.build |
|
650 |
| paused.js |
Debugger has just paused
@param {object} pauseInfo
See `createPause` method.
|
3346 |
| pauseOnDebuggerStatement.js |
|
634 |
| pauseOnExceptions.js |
@memberof actions/pause
@static
|
1009 |
| resetBreakpointsPaneState.js |
Action for the breakpoints panel while paused.
@memberof actions/pause
@static
|
482 |
| resumed.js |
Debugger has just resumed.
|
1063 |
| selectFrame.js |
@memberof actions/pause
@static
|
1260 |
| skipPausing.js |
@memberof actions/pause
@static
|
951 |