"output filters" for run and debug console
Hello,
is there a way to specify an output filter for the run and debug console window?
I'm writing debug messages in my node.js app with filename and line numbers to stdout, and it would be great to display them as links like in stack traces so that I can click on them and go into the correct source file and line. I tried to find out what the current filter for stack traces triggers on but haven't been successful.
Any Ideas on this?
Thanks
Ognian
Please sign in to leave a comment.
Hello!
not currently possible, please vote for http://youtrack.jetbrains.com/issue/IDEA-66268
Related ticket: http://youtrack.jetbrains.com/issue/WEB-8392
Hello,
thanks for your answer. I voted for both issues, but I'm still wondering how does the stack trace output becomes "clickable". The only thing it could be is that it is send to stderr and does have a special format. It would be verry helpfull if this could be made public until the custom output filters feature is implemented...
Thanks
Ognian