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

Docs: attaching with DEBUG=False #1160

Merged
merged 3 commits into from
Dec 7, 2022
Merged

Docs: attaching with DEBUG=False #1160

merged 3 commits into from
Dec 7, 2022

Conversation

thekaveman
Copy link
Member

Closes #929

@thekaveman thekaveman requested a review from a team as a code owner December 7, 2022 18:28
@thekaveman thekaveman self-assigned this Dec 7, 2022
@github-actions github-actions bot added the documentation [auto] Improvements or additions to documentation label Dec 7, 2022

![Screenshot of the VSCode Run and Debug pane, showing selection of the launch configuration](img/vscode-debugger-launch-config.png)

The [environment](../configuration/environment-variables.md) can also be overridden for the debug session by editing the configuration in `.vscode/launch.json`, where any of the supported environment variables may be specified in the `env` block:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be extra explicit and search-friendly, add the example of For example, to test the app with reCAPTCHA environment variables... and then link to #1071

Otherwise LGTM 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in 0d0cd61

@thekaveman thekaveman merged commit e693fd4 into dev Dec 7, 2022
@thekaveman thekaveman deleted the docs/debug-false branch December 7, 2022 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation [auto] Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update docs site with details about debugging with Debug=False
2 participants