You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting 'timeout_disable_debugger_detection' to true in the ini file has no effect.
How to reproduce:
Set timeout_disable_debugger_detection to true in the ini file
Launch with debugger attached -> the timeout is ignored
It seems config.getvalue("timeout_disable_debugger_detection") in get_env_settings(config) always returns False and therefore the value in the ini file is never checked.
My suspicion is that the addoption of timeout_disable_debugger_detection initializes the variable to False if not specified (e.g store_false)
The text was updated successfully, but these errors were encountered:
On Tue 02 Jul 2024 at 08:18 -0700, Harry wrote:
Setting 'timeout_disable_debugger_detection' to true in the ini file has no effect.
How to reproduce:
1. Set timeout_disable_debugger_detection to true in the ini file
2. Launch with debugger attached -> the timeout is ignored
It seems config.getvalue("timeout_disable_debugger_detection") in get_env_settings(config) always returns False and therefore the value in the ini file is never checked.
My suspicion is that the addoption of timeout_disable_debugger_detection initializes the variable to False if not specified (e.g store_false)
Setting 'timeout_disable_debugger_detection' to true in the ini file has no effect.
How to reproduce:
It seems config.getvalue("timeout_disable_debugger_detection") in get_env_settings(config) always returns False and therefore the value in the ini file is never checked.
My suspicion is that the addoption of timeout_disable_debugger_detection initializes the variable to False if not specified (e.g store_false)
The text was updated successfully, but these errors were encountered: