I'm trying to diagnose problems in starting my game. In a number of cases the proximate error is displayed in the General Messages window, but this is by itself insufficient to diagnose the root cause. (For example, a recent problem I'm trying to work past includes the following diagnostic: Undefined offset: 0 in /var/tournoi/release/tournoi-200512-1144-gs/www/game/module/table/table.game.php on line 1086. This is presumably due a problem in my code, but this message is not useful for finding it, since it is thrown in BGA code, and there is not even a stack trace accompanying the message.)
I have placed trace messages in my startup code to provide additional diagnostic information, but I am unable to see the game log because the board, where the toolbar for seeing is, never comes up. Is there a place outside the game board where the log for the most recent game can be seen? Should the dev toolbar be accessible on the configure table page?
I have placed trace messages in my startup code to provide additional diagnostic information, but I am unable to see the game log because the board, where the toolbar for seeing is, never comes up. Is there a place outside the game board where the log for the most recent game can be seen? Should the dev toolbar be accessible on the configure table page?