In the past, when I developed on a Mac, I could throw a DbgBreak() into my
Palm code.  When the Mac debugger was activated, it would stall up at the
DbgBreak() so I could check out the call stack, and state info etc.

Presently, I'm developing in CW6 using POSEr 3.0a3 on Windoze.  When I'm
running an app on POSEr in a CW6 debug session, I would like to be able to
programmatically enter a breakpoint.

For example, in my exception handling class, it would be nice to put a
DbgBreak() in the constructor.  That way if I do something that causes any
exception to be thrown, I stall out on a breakpoint, allowing me to follow
the call stack leading up to said exception.

Currently, the only way I can do this is to open the MCP in CW6, hand-set
breakpoints on the Exception class constructors, and run.

Any ideas?  Thanks!
-Jeff Ishaq
Vanteon


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to