diff options
author | Matt Hunter <m@lfurio.us> | 2025-07-26 21:06:40 -0400 |
---|---|---|
committer | Matt Hunter <m@lfurio.us> | 2025-07-26 21:11:34 -0400 |
commit | 3b03d95a22a99df7d84647179a86f8c7f534868a (patch) | |
tree | 1657e8c74303d5379e301f249a05dfd192b69536 | |
parent | 6921d7a374f6981b45cd41f773820cd711f417e5 (diff) | |
download | misplays-3b03d95a22a99df7d84647179a86f8c7f534868a.tar.gz misplays-3b03d95a22a99df7d84647179a86f8c7f534868a.zip |
Signed-off-by: Matt Hunter <m@lfurio.us>
-rw-r--r-- | misplays.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -251,6 +251,7 @@ int main(int argc, char **argv) { return EXIT_FAILURE; } + printf("Pausing for optional gdb attach. Press [Enter] to continue...\n"); getchar(); struct console cons = {0}; |