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

[Task]: Setup VSCode API Debugger #1272

Closed
rylew1 opened this issue Feb 16, 2024 · 0 comments · Fixed by #1628 or #1639
Closed

[Task]: Setup VSCode API Debugger #1272

rylew1 opened this issue Feb 16, 2024 · 0 comments · Fixed by #1628 or #1639
Assignees
Labels
project: grants.gov Grants.gov Modernization tickets

Comments

@rylew1
Copy link
Contributor

rylew1 commented Feb 16, 2024

Summary

-Add a docker-compose.debug.yml, ideally pulling from a pydantic BaseConfig class to store associated config.

  • New API make target start-debug

This would be setup just for VSCode breakpointing, but I believe PyCharm has a similar setup if needed.

Acceptance criteria

  • Able to breakpoint on the API
    • Demo screen record
  • Updated readmes with instructions on how to set it up
  • make start-debug run-log still work
@rylew1 rylew1 added the project: grants.gov Grants.gov Modernization tickets label Feb 16, 2024
@rylew1 rylew1 assigned rylew1 and unassigned rylew1 Feb 16, 2024
@rylew1 rylew1 added this to the techincal milestone Mar 5, 2024
@rylew1 rylew1 self-assigned this Apr 5, 2024
rylew1 added a commit that referenced this issue Apr 9, 2024
## Summary
Fixes #1272

## Changes
- Add API debugger (currently just supporting VSCode)
- Add docs for how to set it up
rylew1 added a commit that referenced this issue Apr 9, 2024
## Summary
Fixes #1272

## Changes proposed
- Commit `launch.json` file at `./.vscode` folder
    - Debugging targets for both frontend Next and API 

- Update API and frontend docs
@sumiat sumiat removed the refinement label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment