9 Jun
2007
9 Jun
'07
10:57 a.m.
Whoops that was supposed to be a message to inkscape-devel.
On 6/9/07, Bill Baxter <wbaxter@...155...> wrote:
Let me back up with a more basic question: how do I debug inkscape? The build make by buildtool.exe doesn't seem to have debug symbols.
Still looking for info on this. I guess I need to add "-g" somewhere in build.xml?
fprintfs are scattered through the code making me thing those should work, but I found this INKSCAPE_DEBUG_LOG env var, but that doesn't seem to make fprintf stderr output work. Maybe I need to build inkscape as a console app? Where do I set that?
I found the answer to this one -- need to add a "-mconsole" flag after "-mwindows" in build.xml.
--bb