Ok, i’m running remotely a web project on a server (ubuntu 24.04 X86). (RemoteDebugConsole) The app works, but i don’t see any messages on the debug messages in the IDE.
I use simple code on a button to test the messages debug area in the console: system.debuglog “blabla”
I once had a user report System.Log not appearing in the stdout that Lifeboat collects. Personally I use Print() for debug messages and the user wasn’t concerned enough for me to investigate (they offered to switch).
So what I’m seeing is that while attached to RemoteDebuggerConsole the messages aren’t coming out. When I close the debug tab in the IDE, the messages show up in the Terminal window that has RemoteDebuggerConsole open.
Indeed! I just tried it and indeed when you close the program on the debugger, it displays the debuglog in the terminal and not the IDE :-/ not very practical