Skip to content

store/debug#

clearBreakpoints#

const clearBreakpoints: any;

debug#

const debug: any;

endSession#

const endSession: any;

setPaused#

const setPaused: any;

setResumed#

const setResumed: any;

startSession#

const startSession: any;

toggleBreakpoint#

const toggleBreakpoint: any;

DebugState#

Properties#

activeEditor#

activeEditor: string | null;

breakpoints#

breakpoints: Record<string, number[]>;

callStack#

callStack: DebugCallFrame[];

currentLine#

currentLine: number | null;

error#

error: string | null;

globals#

globals: DebugVariable[];

isActive#

isActive: boolean;

isPaused#

isPaused: boolean;

variables#

variables: DebugVariable[];