[Gambas-user] Using valgrind with Gambas3 project.

Ron ron at ...1740...
Mon Mar 11 21:23:09 CET 2013


I cannot run valgrind anymore together with a Gambas3 project to check
memory alloc issues.

I use this syntax inside the project directory:

$ gbc3 -agpmt
$ valgrind --log-file=/tmp/valgrind.log --tool=memcheck --num-callers=50 gbx3 -p

But then I end up in this:

Welcome to the Gambas debugger.
*		?		
>

Did I miss something?

Regards,
Ron.




More information about the User mailing list