Bug? IDE - Error in class shows line in MAIN

Rusty

Well-Known Member
Licensed User
Longtime User
When you have an error within a custom view class, the error is logged and the line number in which the error occurred is displayed within the log, but the line shown in the IDE is the same line number (from the class), but shows the line in MAIN.
i.e.
Within the class xCustomListView, an error occurs (due to my code changes :)) in line 238
It logs the error and shows line 238 in the log
It changes the display to MAIN and displays line 238 in MAIN to the developer
It should show line 238 in the class...
 
Top