Keith,
I didn't go to the PTC User event, so I didn't see the 5.3 preview, but
we have been making the Java Console pop up when we want to print a
stack trace by extending Application class, adding the following method,
and then calling it from whatever catch blocks we need. Not automatic,
but maybe a step toward what you are looking for...
public static void printStackTrace(Throwable throwable) {
try {
Acl.func("java_console", "1");
throwable.printStackTrace();
} catch(Throwable throwable1) { }
}
--
Brian Jensen
Kyoshinsha Co. Ltd.
brian@kik.co.jp
2-9-5 Morinomiya-chuo Chuo-ku
Osaka 540-0003 Japan