Re: Debugging and Halting

2001-09-10 Thread Jun-Kiat Lam
shortcut.1'. -- jkl - Original Message - From: "John Stephenson" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 1:02 PM Subject: Debugging and Halting > I am trying to implement a kind of "

Debugging and Halting

2001-09-10 Thread John Stephenson
I am trying to implement a kind of "halt" in my application for debugging. The idea is that when my application hits one of my "asserts" it stops and automatically enters debug mode at which time I could connect with it and do some debugging - even if its ony a stack trace. I have it partiall