Name Description Size
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 3868
continueToHere.js 1968
expandScopes.js 515
fetchFrames.js 780
fetchScopes.js 1299
index.js Redux actions for the pause state @module actions/pause 1146
inlinePreview.js 6577
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. 5633
moz.build 650
paused.js Debugger has just paused @param {object} pauseInfo See `createPause` method. 2737
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 1199
skipPausing.js @memberof actions/pause @static 951
tests