Method | Description | |
---|---|---|
handleFileSearch ( $conn, $search, $isOpen ) | TODO -- make sure these don't escape the project root | |
handleGetContext ( $conn, $depth ) | ||
handleREPLInput ( $conn, $input ) | ||
handleRemoveBreakpoint ( $conn, $file, $line ) | ||
handleRun ( $conn ) | ||
handleSetActiveFile ( $conn, $file ) | ||
handleSetActiveLine ( $conn, $line ) | ||
handleSetBreakOnException ( $conn, $enabled ) | ||
handleSetBreakpoint ( $conn, $file, $line ) | ||
handleStepInto ( $conn ) | ||
handleStepOut ( $conn ) | ||
handleStepOver ( $conn ) |
protected handleFileSearch ( $conn, $search, $isOpen ) |
protected handleSetBreakOnException ( $conn, $enabled ) |