Skip to content

no-config debugger can't detect conda env #638

@Chuong98CC

Description

@Chuong98CC

when using the no-config debugger recently released in version 1.97.2, i can't get the debugger working with conda env.
it keeps using the default base env:
in the debug console, i check for the current env:

import sys
sys.executable
'/home/linuxbrew/.linuxbrew/opt/[email protected]/bin/python3.13'

my conda env is settup using python select intepretter, and in terminal, it automatically select the correct env, but not with debugpy

Image

Here are the other screenshots that I tried all the recommended setting found on the wiki page

Image

Image

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from postertriage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions