Variables
Const ADD_BREAKPOINT
ADD_BREAKPOINT: { id: string } = ...
Const ADD_CONDITIONAL_BREAKPOINT
ADD_CONDITIONAL_BREAKPOINT: { id: string } = ...
Const ADD_LOGPOINT
ADD_LOGPOINT: { id: string } = ...
Const DISABLE_BREAKPOINT
DISABLE_BREAKPOINT: { id: string } = ...
Const DISABLE_LOGPOINT
DISABLE_LOGPOINT: { id: string } = ...
Const EDIT_BREAKPOINT
EDIT_BREAKPOINT: { id: string } = ...
Const EDIT_LOGPOINT
EDIT_LOGPOINT: { id: string } = ...
Const ENABLE_BREAKPOINT
ENABLE_BREAKPOINT: { id: string } = ...
Const ENABLE_LOGPOINT
ENABLE_LOGPOINT: { id: string } = ...
Const REMOVE_BREAKPOINT
REMOVE_BREAKPOINT: { id: string } = ...
Const REMOVE_LOGPOINT
REMOVE_LOGPOINT: { id: string } = ...