-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[developer productivity improvement] Running awx components in vscode debugger #14942
Merged
TheRealHaoLiu
merged 10 commits into
ansible:devel
from
TheRealHaoLiu:poc-awx-vscode-debugger
Mar 7, 2024
Merged
[developer productivity improvement] Running awx components in vscode debugger #14942
TheRealHaoLiu
merged 10 commits into
ansible:devel
from
TheRealHaoLiu:poc-awx-vscode-debugger
Mar 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TheRealHaoLiu
changed the title
[PoC] running awx in vscode debugger
[PoC] running awx components in vscode debugger
Mar 1, 2024
TheRealHaoLiu
force-pushed
the
poc-awx-vscode-debugger
branch
from
March 4, 2024 14:43
8cf2861
to
e7447f4
Compare
note the api-schema test fail bc
we run schema check with development settings... the default didn't actually change |
TheRealHaoLiu
changed the title
[PoC] running awx components in vscode debugger
[developer productivity improvement] Running awx components in vscode debugger
Mar 6, 2024
TheRealHaoLiu
force-pushed
the
poc-awx-vscode-debugger
branch
from
March 6, 2024 20:58
18afc78
to
b6f9458
Compare
github-actions
bot
added
the
dependencies
Pull requests that update a dependency file
label
Mar 7, 2024
launch all awx processes through vscode python debugger
also install Werkzeug if using runserver_plus
Super useful!
TheRealHaoLiu
force-pushed
the
poc-awx-vscode-debugger
branch
from
March 7, 2024 19:13
d1f9156
to
40e1876
Compare
chrismeyersfsu
approved these changes
Mar 7, 2024
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Sep 16, 2024
… debugger (ansible#14942) Enable VSCode debugger integration when attaching VSCode to with AWX docker-compose development environment container - add debugpy launch target in `.vscode/launch.json` to enable launching awx processes with debugpy - add vscode tasks in `.vscode/tasks.json` to facilitate shutting down corresponding supervisord managed processes while launching process with debugpy - modify nginx conf to add django runserver as fallback to uwsgi (enable launching API server via debugpy)
djyasin
pushed a commit
to djyasin/awx
that referenced
this pull request
Nov 11, 2024
… debugger (ansible#14942) Enable VSCode debugger integration when attaching VSCode to with AWX docker-compose development environment container - add debugpy launch target in `.vscode/launch.json` to enable launching awx processes with debugpy - add vscode tasks in `.vscode/tasks.json` to facilitate shutting down corresponding supervisord managed processes while launching process with debugpy - modify nginx conf to add django runserver as fallback to uwsgi (enable launching API server via debugpy)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION