> On Jul 20, 2015, at 9:57 AM, Robert Fewell <14ubo...@gmail.com> wrote:
> 
> I had but I do not think I was doing it correctly, see attached, once I click 
> on OK I get the program exited with code 03.
> 

Robert,

OK, that means it’s terminating either from an unhandled exception or an 
assert. Set a breakpoint on exit() with “b exit" and a catchpoint with “catch 
exception unhandled”. See 
https://sourceware.org/gdb/onlinedocs/gdb/Breakpoints.html#Breakpoints for 
details.

Regards,
John Ralls
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to