Skip to content

Commit

Permalink
Update debugger help text
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrown committed May 19, 2012
1 parent 76d7adf commit 063e402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/m0/c/m0_debugger.c
Expand Up @@ -541,9 +541,9 @@ print_help()
printf("\tpn ARG: print ARG (treat ARG as a float)\n\t\tCurrently ARG only supports registers\n");
printf("\tps ARG: print ARG (treat ARG as a string)\n\t\tCurrently ARG only supports registers\n");
printf("\tl : list the decompiled source code for the line that is about to be executed\n");
printf("\tb PC : TODO: create a new breakpoint at PC\n");
printf("\tB PC : TODO: delete the breakpoint at PC\n");
printf("\tL : TODO: list breakpoints\n");
printf("\tb PC : create a new breakpoint at PC\n");
printf("\tB ARG : delete the breakpoint # ARG\n");
printf("\tL : list breakpoints\n");
printf("\th : print this help message\n");
}

Expand Down

0 comments on commit 063e402

Please sign in to comment.