Hey guys, When I get a NPE or something under normal circumstances, the debugger traps and I can see where my problem is. But if there's a try/catch, the error just goes into a variable and I lose that ability. Can I somehow inspect the exception from within a catch block? Or "turn off" try/catch? It's annoying as hell to monkey-patch framework code to remove try/catch code just to find out where I'm getting an internal NPE.
-Josh -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

