[quote=245472:@John A Knight, Jr]@Michel Bujardet :
I believe you misunderstood my comment.
Why not split the current and prior behavior depending on which pane you have open when you do a debug ‘Run’? This allows both uses without any new preferences.
If you have the search/error pane open, let ‘Run’ close it. At that point, you are probably NOT watching the debuglog. Otherwise, if the message pane is open, leave it open, and continue with your debug.
If you wanted the message log but left it on the search pane, you would STILL have to ‘click’ to open or switch the pane, whether it was closed or not.
Sometimes I use the message log, but more often I’m closing the ‘error’ pane to check how the app responds after cleaning up syntax/scope errors.[/quote]
Fact is, the previous behavior was exactly that. If the Messages pane was open upon run, it stayed open. Now Xojo closes it. Kind of like a car that would close the odometer upon start.
In 2014R2.4, upon run:
If Errors is open, it stays open
If Search is open, it stays open
If Messages is open, it stays open
Since 2015R3, ALL panes are closed. I can understand for search and errors that are not necessary; but it makes absolutely no sense to deprive the user of DebuLog messages during a debug run. At least, it would make sense that if I decide to display the message pane, Xojo does not kick it to the curb.
Let the people who initiated this ridiculous FR use the IDE script instead of forcing us to do so.