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.