12:37:15 mj-xmr[m]: how familiar are you with developing on Windows? 18:11:09 selsta: Quite. I used wxWidgets with success, started with raw WinAPI and I cross compile almost all of my C++ code to Windows. 18:45:09 mj-xmr[m]: I meant with debugging on Windows 18:45:28 the GUI has a bug where it doesn't close and I don't know how to debug on Windows 18:45:37 I tried WinDbg but can't even get a backtrace 18:45:49 it doesn't happen on other OS 19:54:12 "the GUI has a bug where it doesn..." <- I'll have a look. Is it 100% reproducible? 19:56:02 mj-xmr[m]: that's the problem, it is only reproducible if the gui is open for a while 19:56:10 meaning 1 hour or so 19:56:43 OK. I understand that a debugger is a must then. 20:08:33 selsta: My approach will be to run a VSCodium's debugger then, since the IDE supports CMake natively under Windows.