Comment 8 for bug 373315

Revision history for this message
LucaDC (lucadc) wrote :

I tried again for bug #296778: now the PNGs are created on my Desktop, also if I run gdb (and inkscape) from a command prompt under Inkscape's program directory (having copied my boh.svg file there).
This is the batch file I run under "C:\Programmi\Inkscape-dbg\inkscape" directory passing "boh.svg" (without path) as first and only

   @gdb -silent -ex "symbol-file inkscape.dbg" -ex "run %~s1" inkscape.exe

And I don't even need to open "boh.svg": just run inkgdb, draw a square, ctrl-c, ctrl-alt-v: the PNG is created on my desktop.