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

Run function in debug mode #5

Closed
maikelrobier opened this issue Jan 13, 2020 · 2 comments · Fixed by #7
Closed

Run function in debug mode #5

maikelrobier opened this issue Jan 13, 2020 · 2 comments · Fixed by #7
Labels
documentation Improvements or additions to documentation

Comments

@maikelrobier
Copy link

maikelrobier commented Jan 13, 2020

Is it possible to run the flask server in debug mode?

Let's say I need to debug the function code using the framework from VSCode for example, is there a way to do that currently?

@grant grant added the documentation Improvements or additions to documentation label Jan 13, 2020
@di
Copy link
Member

di commented Jan 14, 2020

Yes, you can use the --debug command line flag or set the DEBUG environment variable to TRUE.

@di
Copy link
Member

di commented Feb 6, 2020

FYI, once #15 is released, this will just be a flag (--debug) instead of an option (--debug TRUE).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants