store/debug
clearBreakpoints
const clearBreakpoints: any;
debug
endSession
setPaused
setResumed
startSession
toggleBreakpoint
const toggleBreakpoint: any;
DebugState
Properties
activeEditor
activeEditor: string | null;
breakpoints
breakpoints: Record<string, number[]>;
callStack
callStack: DebugCallFrame[];
currentLine
currentLine: number | null;
error
globals
globals: DebugVariable[];
isActive
isPaused
variables
variables: DebugVariable[];