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

Unable to set 'timeout_disable_debugger_detection' in the ini file #175

Open
HarryLong opened this issue Jul 2, 2024 · 1 comment
Open

Comments

@HarryLong
Copy link

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)

@flub
Copy link
Member

flub commented Jul 3, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants