diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-25 00:57:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-26 00:23:48 +0100 |
| commit | 2105c8afbc8fae1b71c6c5d687f239a0b938c4ac (patch) | |
| tree | fe6424094d3b36946b9ba20b47a401a243d92290 | |
| parent | 9e4fdee9dcf7ca861ac1b4e7573d6804cf5415a0 (diff) | |
Missing debug launchers.windows-debug-test
| -rw-r--r-- | platform/windows/dcpomatic2_map_debug.bat | 1 | ||||
| -rw-r--r-- | platform/windows/dcpomatic2_verifier_debug.bat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/dcpomatic2_map_debug.bat b/platform/windows/dcpomatic2_map_debug.bat new file mode 100644 index 000000000..8984587c4 --- /dev/null +++ b/platform/windows/dcpomatic2_map_debug.bat @@ -0,0 +1 @@ +gdb.exe -x gdb_script dcpomatic2_map.exe > %HOMEPATH%/Documents/dcpomatic_debug_log.txt diff --git a/platform/windows/dcpomatic2_verifier_debug.bat b/platform/windows/dcpomatic2_verifier_debug.bat new file mode 100644 index 000000000..d8850d9fe --- /dev/null +++ b/platform/windows/dcpomatic2_verifier_debug.bat @@ -0,0 +1 @@ +gdb.exe -x gdb_script dcpomatic2_verifier.exe > %HOMEPATH%/Documents/dcpomatic_debug_log.txt |
