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

Extend the VScode debugger how to setup launch.json so that the debugger automatically loads my develop environment #79

Open
lmulder1991 opened this issue Oct 25, 2023 · 0 comments

Comments

@lmulder1991
Copy link

lmulder1991 commented Oct 25, 2023

Hi all,

I've been developping package locally, for this example I cloned the CSV package and made some commits that I'd like to debug; and I've loaded them into my 'develop' environment:
image
When I currently hit 'debug file in new process' the debugger will complain that the current environment doesn't have the package included. I think I can avoid this issue by just loading my 'develop' environment instead which already has the package added.
image
now I'd like to load this environment when starting up the debugger, but by default the debugger load the 'v1.9' environment, which contains no breakpoints and so my debugger doesn't stop. So is there a way to define this via the 'launch.json' file? I could not find this in the current documentation
image
I figured out myself that I can just select the 'develop' environment using the button on the VScode taskbar. And then run the debugger. So I'll add this to the documentation lateron so that others don't have to figure this out again.

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

1 participant