Searched refs:MSG_ENABLE_BREAKPOINT (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/debugger/
H A DMessageCodes.h19 MSG_ENABLE_BREAKPOINT = 'ebrk', enumerator in enum:__anon336
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp94 case MSG_ENABLE_BREAKPOINT:
169 fToggleBreakpointButton->SetMessage(new BMessage(MSG_ENABLE_BREAKPOINT));
239 new BMessage(MSG_ENABLE_BREAKPOINT));
282 if (action == MSG_ENABLE_BREAKPOINT && !breakpoint->IsEnabled())
291 if (action == MSG_ENABLE_BREAKPOINT && !watchpoint->IsEnabled())

Completed in 50 milliseconds