Hacker News new | ask | show | jobs
by suyash 4275 days ago
Which IDE is it integrated with, cool feature but not a game changer.
2 comments

If you want to use the feature in Eclipse, it's been around for at least a decade: http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse....
It doesn't integrate with any IDE right now. As @arturnt noted, debugging and jumping to the right source code is generally not a problem when you're inside an IDE.
Even when the error happens on the server and you're not inside an IDE, most of them (I'm sure Netbeans does it) allow you to paste the stacktrace from the production logs and makes classes/lines clickable, so you can enter the source code at the right points.

It's more or less what your tool does on the web.

Your tool may still be useful if some arcane third party app crashes, but how would you track the proper source code without info on dependencies' versions?