IDE Script Compile Error

This is my first attempt at compiling my large project with 2017R3. The build appears to complete, but then I get this error message:

IDE Script Compile Error
Compiler error [11] Error found while compiling on line 33

The problem is: there is no indication where this is happening. My guess is that it is in one of my Build Scripts, but I have 8 of them, so figuring out which one is not trivial.

Am I missing something? Shouldn’t the compiler give me an indication of what item is being compiled when an error happens?

Submitted a feature request: <https://xojo.com/issue/51010>

The IDE should either jump to the line number in question or at least give you the name of the item where the compilation failed.

Hint: a workaround to narrow down these types of errors is to use the 'Print “xyz” command in the build scripts, so you can tell which one is failing.

Did you know that you can disable scripts? In addition to Debug, Build and Both, there’s also a “None” option now.

I have over a dozen IDE scripts and enabling/disabling is a pain in the behind. Even with the None option.