PennController for IBEX › Forums › Support › Bug? Some trials will not show up › Reply To: Bug? Some trials will not show up
August 25, 2021 at 11:11 am
#7191
Jeremy
Keymaster
Hello Matthias,
Good job figuring out this problem! The debugger fails to catch some errors, it’s not clear which ones fall through the cracks
When you have such a syntax error, all the code that follows it in your script is ignored by the parser, which explains why the “Dank” trial was not executed: it was not even created, because it is defined further down from where the syntax error was located
Jeremy