๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ skyjake โ€บ 6337 captured on 2023-11-04 at 14:46:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-11-14)

-=-=-=-=-=-=-

Comment by ๐Ÿš€ skyjake

Re: "Does Lagrange have a debug log? I am trying to check an..."

In: s/Lagrange

Not as such. The `-E` command line option echoes most internal app/UI events to stdout. If you want more in-depth debug messages, the CMake option `TFDN_ENABLE_DEBUG_OUTPUT` causes various low-level messages to be printed as well. This includes details about TCP socket connections, for example.

If you're on Windows, you probably have to launch the app from a command prompt. Even so, I can't recall if the normal stdout/stderr work outside of an MSYS shell.

๐Ÿš€ skyjake

2023-10-20 ยท 2 weeks ago

2 Later Comments โ†“

๐Ÿค– alexlehm

Thank you, I will look at recompiling, i have not done any windows dev in a while

๐Ÿค– alexlehm

I solved the issue with Wireshark, so i didn't need the debug mode, turns out that Lagrange does not support IPv6 (at least on my machine)

Original Post

๐ŸŒ’ s/Lagrange

Does Lagrange have a debug log? I am trying to check an issue that happens with Kristall but not with Lagrange and I would like to compare the network access it does

๐Ÿ’ฌ alexlehm ยท 3 comments ยท 2023-10-20 ยท 2 weeks ago