Wish IDE Logs panel should prefix message with Module Name & Line#

Widget

Well-Known Member
Licensed User
Longtime User
The Logs panel in the IDE is used a lot to display warnings and errors.

I think it would provide better info if each line could be prefixed with the module name and line# it is referring to, as in:

"Starter(143): Unused variable 'myString'. (warning #9)"
"Starter(144): Unused variable 'myDouble'. (warning #9)"

That way we would know instantly which module it is referring to and also the line# (143) tells us if the error/warning messages are grouped together and may be related to the same sub.

As an added benefit, if we have already debugged the Starter module, we can easily see which warnings we can ignore by skipping over lines starting with "(Starter)".
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…