Remote debugger message wont work on Webapp running on linux

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”

nothing shows up :frowning:

any ideas ?

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).

I can test this tomorrow with Debian 12 / Pi4.

Thanks for the tips, i tried print(“blabla”) and even in the terminal it didnt show anything :frowning:

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.

They never reach the messages pane in the IDE.

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 :frowning:

Issues #78957

FWIW, I don’t believe that data other than debugging info has ever been transmitted back to the IDE

Yeah, I thought I remembered there being a case already about that, but I couldn’t find it.