Page 1 of 1

Debug -b option in IDE

Posted: Wed Sep 04, 2013 2:26 pm
by reds
Trying to make use of altd debug function

IDE (r16951) doesn't seem to accept -b compiler option in project environment compiler menu option
i.e.
Hitting the OK button after selection does not close menu box ,I have to cancel it to exit it

is there something else I need to set/select ?

It's also a bit hit and miss as to when you can select the enviroment menu option\

Peter

Re: Debug -b option in IDE

Posted: Wed Sep 04, 2013 7:06 pm
by mol
In IDE, you should use Project->Debug to build app with debugger.
Remember to clear incremental data if you use it.

Re: Debug -b option in IDE

Posted: Thu Sep 05, 2013 6:59 am
by reds
I don't seem to have a debug project with my install

No matter, I've decided to compile from command prompt

Thanks