You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see a version of this for a simple python CLI application (main.py with supporting python files), that when pip-installed can be run as sample-app arg arg...
And crucially, how do you debug it when creating it? I.e. how to invoke it, maybe with breakpoint commands in the source, without installing each time?
The text was updated successfully, but these errors were encountered:
I'd like to see a version of this for a simple python CLI application (main.py with supporting python files), that when pip-installed can be run as
sample-app arg arg...
And crucially, how do you debug it when creating it? I.e. how to invoke it, maybe with
breakpoint
commands in the source, without installing each time?The text was updated successfully, but these errors were encountered: