Commit Graph

19 Commits

Author SHA1 Message Date
Derek Parker
83764affa6 Add color to context output 2014-10-17 14:47:30 -05:00
Derek Parker
10dbc4beda Add line numbers to context output 2014-10-17 14:38:34 -05:00
Derek Parker
5f0d3a5bb6 Allow BreakPoint to be cleared by file:line 2014-10-17 08:29:44 -05:00
Derek Parker
5286c0180e Guard against insufficient args to print cmd 2014-10-17 08:25:40 -05:00
Derek Parker
5331dad93d Rename project 2014-10-15 09:28:22 -05:00
Derek Parker
9084276012 Implement print command 2014-10-07 17:03:20 -05:00
Derek Parker
a3612dd10f Print context after step, next or continue 2014-09-06 19:39:40 -05:00
Derek Parker
93db6249a0 Launch prog from cli, also exit cleanly 2014-08-23 08:20:56 -05:00
Derek Parker
a5ee20a279 Detatch cleanly upon exit 2014-08-15 15:41:16 -05:00
Derek Parker
4dfa249d78 Fix panic for invalid function name 2014-08-07 16:13:11 -05:00
Derek Parker
6a82ebb25d Implement frontend next command 2014-07-11 16:18:07 -05:00
Derek Parker
d86639593a Rename function for clarity 2014-06-26 20:36:39 -05:00
Derek Parker
7fe2037ff1 Refactor: Modify command registraion on bootup
Benefits of this CL:

* Commands no longer rely on closured proc struct
* No two-step process for basic command initializaion
2014-06-25 14:58:45 -05:00
Derek Parker
821313d6cf Implement break command 2014-05-27 10:44:29 -05:00
Derek Parker
a67f21fee4 Add documentation 2014-05-21 10:23:14 -05:00
Derek Parker
2d8cc08513 Default DebugCommands() to include null replay 2014-05-21 10:18:54 -05:00
Derek Parker
c125fafe50 Allow command replay by hitting <enter> 2014-05-21 10:15:58 -05:00
Derek Parker
8f5190cbef Add ability to register commands 2014-05-20 18:09:34 -05:00
Derek Parker
86d2d026dd Add basic command implementation 2014-05-20 16:28:24 -05:00