Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 406 Bytes

Projects

Debug notes: term1$ wine Z:/usr/share/win64/gdbserver.exe --multi localhost:12345 term2$ binary=read_dir_changes.exe; x86_64-w64-mingw32-gdb -ex 'set print elements 0' -ex 'target extended-remote localhost:12345' -ex "set remote exec-file $binary" -ex 'b main.c:1605' -ex 'run' $binary