In the log file, it would be nice to have an easy way to immediately navigate to the line causing the error. I occasionally work with scripts having hundreds of lines of code. I currently must scroll through the log output to find the "###" error code (if it exists) or navigate through my script in the script window to the offending line number. This can be time consuming.
Would it be possible to have a button or a drop-down menu item in the log that navigates to the point in the log file where error appears?
As an example, I've attached a log file with an error. I intentionally removed the comma from the if stmt in line 280 from my script and it generates the error when run. It would be nice if I could just click something in the log window and it would take me right to that line in the log.