appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.2k stars 377 forks source link

chore: disable debugger for wda #768

Closed KazuCocoa closed 11 months ago

KazuCocoa commented 1 year ago

Disable "Debug Executable" Screenshot 2023-09-18 at 12 42 54 AM

This would slightly improve the launching performance via xcodebuild by skipping the debug server connection. 4k tv will have more improvement I guess since it is network-connected, and available via xcodebuild for now. As down-side, we should enable this checkbox to enable breakpoints for our development (if needed). Except for it, this uncheck won't break existing behavior as WDA functionality.

What do you think to disable it by default...?

As a downside, we need to enable it when we manually debug WDA

mykola-mokhnach commented 11 months ago

@Dan-Maor does this change make sense for you?

github-actions[bot] commented 11 months ago

:tada: This PR is included in version 5.11.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: