Code: Select all
(gdb) p resultt
warning: could not convert 'bible.util.resultt' from the host encoding (CP1252) to UTF-32.
This normally should not happen, please file a bug report.
Code: Select all
[ 41.870349] Debug.GDBStub <Error> core/gdbstub/gdbstub.cpp:ReadByte:364: recv failed : 18446744073709551615
[ 41.870394] Debug.GDBStub <Info> core/gdbstub/gdbstub.cpp:Shutdown:1232: Stopping GDB ...
[ 41.870402] Debug.GDBStub <Info> core/gdbstub/gdbstub.cpp:Shutdown:1242: GDB stopped.
For whatever it's worth, my locale is set to C / UTF-8 in MSYS2. What's going on here exactly? Does remote debugging work well for other Windows users? Thanks.