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

C#: Fix editor unable to play game after IDE PlayRequest #41362

Merged

Commits on Aug 18, 2020

  1. C#: Fix editor unable to play game after IDE PlayRequest

    The editor wasn't clearing the debugger agent
    settings properly after a processing a play
    request from an IDE. This caused consequent play
    attempts to fail if not launched from the IDE,
    as the game would still attempt and fail to
    connect to the debugger.
    
    The concrete cause: Forgetting to clear the
    `GODOT_MONO_DEBUGGER_AGENT` environment variable.
    neikeq committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    6e7da72 View commit details
    Browse the repository at this point in the history