paste stack trace from app into idea
I thought there was a plugin that allowed me to paste a stacktrace into
it and use IDEA's to navigate to the code, as it happens when a stack
trace is printed on the console of a process run from within IDEA.
I can't find it though, any help please ?
Edo
Please sign in to leave a comment.
Edoardo Comar wrote:
ok I'm lazy cause I can always paste it into a textfile and then use an
idea external tol to copy the file on the console (e.g. /bin/cat
$filename$) ... still, I think there was such a plug-in.
Edo
http://www.intellij.org/twiki/bin/view/Main/HiLightTool
Edoardo Comar wrote:
Unusable - slow.
The best thing I found was to:
- download pclip.exe (assuming Windows)
- configure external tool for this one
- copy a stacktrace to clipboard
- run the pclip.exe tool in IDEA
PCLIP.EXE copies content of the clipboard to stdout.
It's free, small and fast. I bet there must be some
equivalents for other platforms.
r.
Nathan Brown wrote:
>> I thought there was a plugin that allowed me to paste a stacktrace
>> into it and use IDEA's to navigate to the code, as it happens when a
>> stack trace is printed on the console of a process run from within IDEA.
>>
>> I can't find it though, any help please ?
>>
>> Edo
Richard Nemec wrote:
>> http://www.intellij.org/twiki/bin/view/Main/HiLightTool
>>
>> Edoardo Comar wrote:
>>
>>> I thought there was a plugin that allowed me to paste a stacktrace
>>> into it and use IDEA's to navigate to the code, as it happens when a
>>> stack trace is printed on the console of a process run from within IDEA.
>>>
>>> I can't find it though, any help please ?
>>>
>>> Edo
thanks !
although I'm using LInux, so I currently paste into a textfile and the
run an external tool that copies that file on stdout.
cheers
Edo
Can you give me a link to download pclip.exe?
I can't find it from the google.
Thanks!
http://unxutils.sourceforge.net/
r.
ioat wrote:
I got it, thanks!