Paul Kinnucan writes:
 > Charles Sutton writes:
 >  > Hi,
 >  > 
 >  > If an application I'm running prints out the stack
 >  > trace of an exception, is there a command that will
 >  > parse the stack track trace output and bring up
 >  > the relevant source line in a buffer
 >  > (similar to what's done with compile errors)?
 >  > If not, I might take a look at it.
 > 
 > Click mouse button 2 over the stack trace line
 > you want to visit or enter one of the following
 > commands:
 > 
 > jde-run-etrace-next             
 > jde-run-etrace-prev
 > jde-run-etrace-show-at-point
 >

 jde-run-etrace-prev and jde-run-etrace-next are bound
to C-c C-v C-[ and C-c C-v C-], respectively.
 

See "Navigating Exception Traces" in the "Running Java Applications"
section of the "JDEE User's Guide" for more information. 

Paul

Reply via email to