Joshua Kramer wrote:
Hello,
For the benefit of folks who may be inexperienced at debugging, can
someone verify the proper build command line?
At first I tried this:
./configure CXXFLAGS=-g
When I ran the debugger, the main qpidd.cpp file loaded fine. However,
when I attempted to load the
./configure CXXFLAGS=-ggdb CFLAGS=-ggdb
...and that appeared to work.
yes, that is the one. also -02 -O3 work with with -ggdb, but you loose
the stack where part of the code have been optimized.
Carl.
-
Apache Qpid -
Hello,
For the benefit of folks who may be inexperienced at debugging, can
someone verify the proper build command line?
At first I tried this:
./configure CXXFLAGS=-g
When I ran the debugger, the main qpidd.cpp file loaded fine. However,
when I attempted to load the source file for Acl.c