Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-beta-2
-
None
-
None
Description
The Swing console displays stacktraces, but to find the offending line where some exception occured in your script, you have to look at the stacktrace line numbers, and move your cursor to that line by looking at the bottom-right-hand corner of the windows to see the current position.
Also, for compilation errors, although the messages show the line where the error happens, you still have to do that manual process of moving the caret to the right line by looking at the current line number in the status bar.
In attachment, you'll see a screenshot of clickable line information which when clicked highlight the offending line in the input area.