Re: [ROOT] how do I debug compiled macros with gdb

From: Rene Brun (Rene.Brun@cern.ch)
Date: Sat Feb 08 2003 - 11:15:08 MET


Hi Syyong,

gdb root.exe
gdb > run
root > .L myscript.C++g
root > <CRTL/C>
gdb > set your break point
gdb > c


When using ACLIC with .L myscript.C++g, ACLIC will compile myscript.C
with the debug option. This feature was introduced in version 3.04

Rene Brun

On 
Fri, 7 Feb 2003, Suyong Choi wrote:

> Hi,
> 
> I couldn't find a good description of the process in the root talk archives.
> How do I debug compiled macros that get loaded in inside
> root after invoking root in gdb?
> 
> how do I set break points?
> 
> Suyong
> 
> 



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:09 MET