K
Ken McIntosh
Guest
Hi Tom, Use 4glmessages and use the -debugalert parameter when starting your application. Also, if you're using structured error handling in your application it's best to startup with the -errorstack parameter. This will ensure that you see the correct stack entries, not the ones from a thrown error that originated in a CATCH block. Cheers, Ken Mc
Continue reading...
Continue reading...