Changes between Version 20 and Version 21 of ResumedC
- Timestamp:
- May 19, 2009, 7:47:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v20 v21 430 430 || disable [bp_number|range] || disable breakpoints; use '''enable''' to enable them again || 431 431 || watch || set a watchpoint to an expression, the program stops when the value of the expression changes, use '''rwatch''' to read it at any time || 432 || start || ''run'' and ''stop'' in main || 433 || jump || continue program at specified line or address || 434 || edit || edit source code with EDITOR (env variable) at selected point || 432 435 433 436 … … 448 451 * C FAQ: http://c-faq.com 449 452 * UNIX (unix/linux) programming FAQ: http://www.faqs.org/faqs/unix-faq/programmer/faq/ 450 * GDB Tutorial: http://oreilly.com/catalog/9780596006976/preview.html (search section 20, final of the book) 453 * GDB Tutorial: http://oreilly.com/catalog/9780596006976/preview.html (search section 20, final of the book), a nice [http://blogs.sun.com/dbx/entry/gdb_vs_dbx_commands_mapping reference for gdb] 451 454 * ##C (freenode) wiki: http://www.iso-9899.info/