On mardi 4 novembre 2008, Gareth Bult wrote:
> Hi,
>
> Again, would love to, unfortunately I just picked Gambas up for a small
> project and I've forgotten all the ins and outs of debugging, is there a
> URL you can point me at with the relevant instructions ?
>
> Gareth.
>

On the web site, in the troubleshooting section.

Anyway, you can get a backtrace by allowing core dumps, and running gdb on 
them.

$ ulimit -c 32000

$ ./gambas2.gambas
...

*crash*
...core dump

$ gdb gbx2 <core dump file>
...
(gdb) bt

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to