> I can install and run the application from the POSE menu with > no problem, so > I think the application itself is okay. Actually, since I reduced the > application size a bit, I able to start debugging more often > than not (no > Unknown error code). However, I still have the problem where > breakpoints > are greyed out (disable) or outright deleted. What does a > greyed out (both > in the Breakpoints window and the red dot in the source > window) breakpoint > mean? I also can't set breakpoints once I've started > debugging. Clicking > on the breakpoint area of source window does nothing.
This error code was introduced with the 7.1 version of the debugger. It is equivalent to "The debugger couldn't connect to the emulator." Often, this occurs when you have an application that has a segment approaching the 64K limit. The debugger breakpoints are being disabled when you see them as a blank black circle instead of a red dot. This happens very often in conjunction with the error mentioned earlier. I would suggest you back off the 7.1 update and just use 7 without the patch. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
