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

[runtime] Add support for passing on a connect timeout to sdb. #18037

Merged
merged 1 commit into from Apr 13, 2023

Commits on Apr 12, 2023

  1. [runtime] Add support for passing on a connect timeout to sdb.

    The timeout can be given:
    
    * By setting the __XAMARIN_DEBUG_CONNECT_TIMEOUT__ environment variable for the app when launching it.
    * By passing the XamarinDebugConnectTimeout MSBuild property to 'dotnet run' or 'dotnet build /t:Run'.
    * By setting the IOSDebugConnectTimeout MSBuild property at build time.
    
    Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1778177.
    rolfbjarne committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    74ab94e View commit details
    Browse the repository at this point in the history