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

Setting evironment variables when starting the debugger #57

Open
Govinda-Fichtner opened this issue Apr 20, 2018 · 1 comment
Open

Setting evironment variables when starting the debugger #57

Govinda-Fichtner opened this issue Apr 20, 2018 · 1 comment
Labels

Comments

@Govinda-Fichtner
Copy link

Govinda-Fichtner commented Apr 20, 2018

Is there way to path environment variables like PYTHON_PATH along when using VBGstartPDB?

It is maybe a bit similar to the classpath/srcpath for jdb

call vebugger#jdb#start('Main',{
        \'classpath':'classes',
        \'srcpath':'src',
        \'args':['hello','world']})

Within Vim my PYTHON_PATH variable is present, but is seems not to be passed on to PDB...

@Cybolic
Copy link

Cybolic commented Feb 3, 2019

It seems the node inspector also needs a NODE_DISABLE_COLORS=1 environment variable to work correctly so this functionality could be more than just useful.

I'd also need it for other use, so it gets an upvote regardless of the node issue.

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

No branches or pull requests

3 participants