Re: [Gambas-user] Using valgrind with Gambas3 project.

2013-03-11 Thread Ron
I left it out and its OK. Thanks. Op 11 mrt. 2013 22:05 schreef "Tobias Boege" het volgende: > On Mon, 11 Mar 2013, Ron wrote: > > I cannot run valgrind anymore together with a Gambas3 project to check > > memory alloc issues. > > > > I use this syntax inside the project directory: > > > > $ gbc

Re: [Gambas-user] Using valgrind with Gambas3 project.

2013-03-11 Thread Tobias Boege
On Mon, 11 Mar 2013, Ron wrote: > 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

[Gambas-user] Using valgrind with Gambas3 project.

2013-03-11 Thread Ron
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. *