Changes between Version 40 and Version 41 of ResumedC
- Timestamp:
- Sep 7, 2009, 11:34:25 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v40 v41 500 500 501 501 Basic Commands 502 || '''Comand''' || '''Description''' || 502 503 || l/list [file:]function/line/from,to || List/print the actual piece of code || 503 504 || b/break [file:]function/line || set a breakpoint at function (in file) || … … 514 515 515 516 Extra Commands 517 || '''Comand''' || '''Description''' || 516 518 || help || show a list of extra help || 517 519 || info || show things about your program ||