Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] Fix infinite loop on EOF in the command line debugger #80400

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. Fix infinite loop on EOF in the command line debugger

    When using the command line debugger (godot -d) on Unix systems, when
    entering an EOF (ctrl+D), the debugger enters an infinite loop.
    
    Adding a check for EOF in the debugger loop exits the debugger when EOF
    is entered.
    
    Fixes godotengine#50170.
    
    (cherry picked from commit 4ecad8d)
    sbarkeha authored and timothyqiu committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d1dcea7 View commit details
    Browse the repository at this point in the history