Skip to content

Commit

Permalink
Update debugger.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 4, 2021
1 parent b9daf89 commit eff5acb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eez/flow/debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ enum MessagesFromDebugger {
MESSAGE_FROM_DEBUGGER_RESUME, // no params
MESSAGE_FROM_DEBUGGER_PAUSE, // no params
MESSAGE_FROM_DEBUGGER_SINGLE_STEP, // no params
MESSAGE_FROM_DEBUGGER_RESTART, // no params

MESSAGE_FROM_DEBUGGER_ADD_BREAKPOINT, // FLOW_INDEX, COMPONENT_INDEX
MESSAGE_FROM_DEBUGGER_REMOVE_BREAKPOINT, // FLOW_INDEX, COMPONENT_INDEX
Expand Down

0 comments on commit eff5acb

Please sign in to comment.