starception icon indicating copy to clipboard operation
starception copied to clipboard

python interpreter in browser debugger?

Open msenol86 opened this issue 1 year ago • 6 comments

Any plans to include werkzeug-like python interpreter to starception? We use docker and fastapi in our work environment. There fore we cannot use vscode or pycharm debugger. It would be great if we can drop into Python intertpreter via browser if an exception occurs.

msenol86 avatar Oct 21 '22 14:10 msenol86

I wish I could, but I don't know how it works ;) Maybe after some research it will be built-in, but not in the near future.

alex-oleshkevich avatar Oct 21 '22 14:10 alex-oleshkevich

I am reopening it as it would be a good add-on to the library. However, the feature is not a priority and no any ETA unless someone PRs it.

alex-oleshkevich avatar Oct 21 '22 19:10 alex-oleshkevich

We use docker and fastapi in our work environment. There fore we cannot use vscode or pycharm debugger.

how so @msenol86 ? I'm using pycharm + fastapi + starception, and I cant remember the last time I didnt debug in a docker container

euri10 avatar Nov 07 '22 16:11 euri10