How to see stack trace when deployment fails

Issue #571 resolved
Michael Huffaker created an issue

Hello,

I am wondering how to see the stack track in the event log when the deployment fails due to a compilation error? I am new to this IDE but I am used to seeing line numbers when something fails. However, all I see in my event log right now is:

1:07 PM Deployment Failed
 ERROR deploying ApexClass classes/CongaComposerPageController.cls: unexpected token: '{'

I would like to be able to see line numbers for errors like this so I don't have to spend the time looking through all the code I changed. Is this possible?

I am using the Community Edition of IntelliJ IDEA with the Illuminated Cloud plugin.

I am writing this code in Apex.

Thanks!

Comments (5)

  1. Scott Wells repo owner

    These errors should be shown in the Problems view which is a docked view, typically across the bottom of the main project window. Each reported deployment issue should be displayed there and should navigate straight to the reported issue in the corresponding source file. Additionally the error should be annotated in the source file on the reported line. Please let me know if you're seeing that.

  2. Scott Wells repo owner

    Resolving this via the provided info, but if it turns out it's not working as described, feel free to reopen with details.

  3. Log in to comment