While I'm running a program, and it dumps a stack trace to stdout, is there
any way to click on a line in the stack trace and have the corresponding
source file load?

So if I had a stack trace like this, clicking on the second line would take
me to PlainSocketImpl.java line 305....

java.net.ConnectException: Connection refused: no further information
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)


I was able to get this to work by turning on compilation-minor-mode in the
execution buffer.  This only works if the source file is in the current
directory tho.


        -Geoff

________________________________________________________
Geoffrey Borggaard....Software Engineer....Syncra Software, Inc.
(617) 218-4305.... [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
Play hard, work harder, and remember to take time to eat.
 <<Geoff Borggaard.vcf>> 

Geoff Borggaard.vcf

Reply via email to