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
|
3949 |
continueToHere.js |
|
1891 |
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.
|
1702 |
index.js |
Redux actions for the pause state
@module actions/pause
|
1146 |
inlinePreview.js |
Update the inline previews for the currently selected frame.
|
7026 |
mapFrames.js |
Wasm Source Maps can come with an non-standard "xScopes" attribute
which allows mapping the scope of a given location.
|
4871 |
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.
|
5588 |
moz.build |
|
650 |
paused.js |
Debugger has just paused
@param {object} pauseInfo
See `createPause` method.
|
2949 |
pauseOnDebuggerStatement.js |
|
592 |
pauseOnExceptions.js |
@memberof actions/pause
@static
|
967 |
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
|
1286 |
skipPausing.js |
@memberof actions/pause
@static
|
951 |
tests |
|
|