-
Notifications
You must be signed in to change notification settings - Fork 6
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
Configure project so that Docker container code can be debugged visually in VS Code #21
Comments
Struggling to get a debug.yml to build inside VS Code. Ran into a weird error message:
This comment seems to provide a hint as to how to fix. Sure enough, commenting out the
|
With these commits am able to build the devcontainer in VS Code, but haven't figured out how to stop on a breakpoint in views.py or load.py. Still a WIP. |
Am able to set a breakpoint in VS Code for a |
Still struggling with setting a VS Code breakpoint in views.py with Am able to get into command line debugging with the debug.yml (with a
This does not work unless I use the I looked at adding the I'm also exploring using |
The online tutorials for getting Django debugging to work in VS Code are varied. I had to overlook the ones that did not focus on a Docker container deployed installation. Rather than trying to get debugging working via the |
The developer experience is fairly good now with SeafloorMappingDB in VS Code. Am able to:
The last item is apparently a known Issue which I'll leave open in #25 |
[requires.io] dependency update on main branch
Some resources:
The text was updated successfully, but these errors were encountered: