Hello,
Currently developing for Visor 3.1, Using try/catch blocks to find a bug,
but POSE intercepts and does not allow code to continue. I've looked at the
debug options, don't see options for exceptions. We can not find debug
versions of the ROMs, so how else can we detect exceptions.
Example:
int x=5,y=0;
try {
x /= y; // force divide by zero
}
catch(...) {
ErrDisplay("Gotcha!");
}
POSE intercepts this particular example at the "x/=y" statement.
Thanks
--
George Aslanis
[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/