Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1712819: Fix VirtualenvManager not being expandable in debugger r…
…=ahal At least in PyCharm, expanding a `VirtualenvManager` instance means resolving all the properties and fields of the instance. However, if that property is doing non-trivial work, the debugger wouldn't run that subprocess while we're stopped at a breakpoint. So, the instance would sit there with the "Collecting data..." text. Differential Revision: https://phabricator.services.mozilla.com/D115935
- Loading branch information