How to Get Stack Traces From Logs or Emails Into Your Java IDE [Video]
Learn more about how to quickly open up stack traces from logs or emails on your Java IDE.
Join the DZone community and get the full member experience.
Join For FreeObviously, you will encounter stack traces first in log files or emails. Now that browsing through log files is all good, what if you want to have that stack trace open in your IDE so you can easily browse around?
In this episode, you'll find out how I open up stack traces I receive via email in IntelliJ to quickly go to the involved code lines.
Published at DZone with permission of Marco Behler. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments