Re: [Gambas-user] Using DEBUG to print to console in "compiled" applications

2012-08-06 Thread Emil Lenngren
g means to enable debugging information. a means to recompile everything. Omitting a means only compile files that have new changes. 2012/8/6 RICHARD WALKER > Perfect! That's the one. I don't think I have ever seen that checkbox > before. It must. > > I'm not sure what those cryptic commands do

Re: [Gambas-user] Using DEBUG to print to console in "compiled" applications

2012-08-06 Thread RICHARD WALKER
Perfect! That's the one. I don't think I have ever seen that checkbox before. It must. I'm not sure what those cryptic commands do >$ gbc3 -ga >$ gbx3 but I will look them up and learn a bit more. Thanks Tobi. -- Live S

Re: [Gambas-user] Using DEBUG to print to console in "compiled" applications

2012-08-06 Thread Tobias Boege
On Mon, 06 Aug 2012, RICHARD WALKER wrote: > I have an application which interacts with two or three other > non-gambas applications and daemons and I am not absolutely certain > these interactions are completely robust. > > I had littered the code with PRINT statements to get console output at >

[Gambas-user] Using DEBUG to print to console in "compiled" applications

2012-08-06 Thread RICHARD WALKER
I have an application which interacts with two or three other non-gambas applications and daemons and I am not absolutely certain these interactions are completely robust. I had littered the code with PRINT statements to get console output at various critical points of the application. Soon it got