diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 2779f3b..d615c1b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -570,13 +570,6 @@ game_launcher() { process_launcher_flags custom_launch_parameters if [[ "$debugGdb" == "1" ]]; then - echo "Starting GDB server for debugging..." - echo "Connect from another terminal with:" - echo " gdb" - echo " (gdb) target remote localhost:1234" - echo "" - echo "Press Ctrl+C to stop the debugger." - echo "" # Change to game directory before launching pushd "$(winepath "${game[1]%\\*}")" > /dev/null winedbg --gdb "${game[1]##*\\}"