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