Go with cursor to file/line when Click on error in ''Outpput view'

Dear Arduino Team,

Could you please consider adding feature
'Go to error line when click on error in Output view' ?

Error is here:

Thank you
Frank

Thanks for bringing this to our attention @frank_11. I am able to reproduce the bug and have submitted a formal report to the Arduino IDE developers on your behalf:

If you have a GitHub account, you can subscribe to that thread to get notifications of any new developments related to this subject:

screenshot of Subscribe button


:exclamation: Please only comment on the GitHub issue thread if you have new technical information that will assist with the resolution. General discussion and support requests are always welcome here on the Arduino Forum.


As I mention in the issue, the feature you are requesting has already been implemented and does already work sometimes even for errors produced by code in .hpp files. Unfortunately my experiments indicate that the feature only works reliably for errors produced by the code in the primary .ino file of the sketch and it is quite hit and miss for errors produced by code in any additional files.

1 Like

Aha, I see Ctrl + click brings you to an error in .ino code. Error report is underlined whereas the error reported from .cpp is not.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.