Changeset 282 in Idarraga


Ignore:
Timestamp:
Apr 19, 2012, 9:45:23 PM (12 years ago)
Author:
idarraga
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mafalda/share/runCintAttachGdbEmacs.C

    r281 r282  
    55
    66   $ root -l runCintAttachGdbEmacs.C
     7   
     8   then you are ready to place breakpoints
     9
     10   (gdb) b 'BlobsFinder::BlobsFinder()'
     11   (gdb) c
     12
     13   At this point the control of the process has come back to the CINT session.
     14   You can run whatever you need
     15   
     16   root [1] .x runExample.C
     17
     18   when you hit the break point the control comes back to gdb in the nice
     19   split emacs window.  Enjoy :)
     20
     21   If you just want to see you code crashing and then backtrace it.  Skip the
     22   setting a breat point step.
    723
    824 */
Note: See TracChangeset for help on using the changeset viewer.