Changes between Version 20 and Version 21 of ResumedC


Ignore:
Timestamp:
May 19, 2009, 7:47:43 PM (15 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v20 v21  
    430430|| disable [bp_number|range] || disable breakpoints; use '''enable''' to enable them again ||
    431431|| 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 ||
    432435
    433436
     
    448451 * C FAQ: http://c-faq.com
    449452 * 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]
    451454 * ##C (freenode) wiki: http://www.iso-9899.info/