Ben Combee wrote:
At 04:45 PM 12/22/2003, Ruben Luna wrote:

codewarrior disable lines of codes ?


Huh? Why are you thinking that CW has disabled lines of code? If you can't click on the lines to set breakpoints and you're building 68K code, either

a) you don't have the debug dot turned on for the file
b) it is a function that didn't get linked into your final program due to dead stripping (it was never called).


...or something meesed up. Like me debugging commented code, removing the comment but the lines are still gray, or after some line (for example int a=5 the debug goes to some asm code, on the emulator/device the app quits to launcher and I'm debugging... have no idea what :)
quit+start+rebuild usually solves the problem :)


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to