Skip to content

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

@HarryLong

Description

@HarryLong

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions