-
Notifications
You must be signed in to change notification settings - Fork 421
VSCode/PyCharm debugger settings and documentation + warnings fixes #844
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
VSCode/PyCharm debugger settings and documentation + warnings fixes #844
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #844 +/- ##
==========================================
- Coverage 78.63% 78.11% -0.53%
==========================================
Files 258 259 +1
Lines 11039 11114 +75
==========================================
+ Hits 8681 8682 +1
- Misses 2358 2432 +74 ☔ View full report in Codecov by Sentry. |
…ion-for-debugger-settings-in-popular-ides # Conflicts: # src/backend/main.py
…ion-for-debugger-settings-in-popular-ides
…ion-for-debugger-settings-in-popular-ides
…ion-for-debugger-settings-in-popular-ides
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really looking forward to using this setup for debugging!
…ion-for-debugger-settings-in-popular-ides # Conflicts: # poetry.lock
Initial steps to configure debugger in popular IDEs
AI Description
This PR introduces debugging capabilities for the dockerized Toolkit API using VSCode and PyCharm. It provides a comprehensive guide for setting up the debugging environment, including configuration changes, new scripts, and updated documentation.
Changes:
vscode-debug
andpycharm-debug
are added to facilitate debugging with VSCode and PyCharm, respectively.[tool.poetry.group.local-debug]
with the dependencydebugpy
.RouterName
import and use it when adding routers to the app. Thelifespan
function is also added to handle authentication-related tasks.Config
is replaced withmodel_config
to provide additional configuration options.