DEBUGGER ON PYTHON
Hi guys, could anyone tell me how to use the debugger on repl.it for python, I tried searching how to debug on repl.it, but there were no results, so could someone please tell me how to use the debugger for python code?
Thanks!
yeah ..I have the same problem ...there's the crash dump when I'm trying to run the debugger. Eather play resume or step over..
I'm playing with python
You will find a built-in given by Repl.it
Follow these steps:-
2.
That's it!
Thanks!
Hope this helps
Then, It can probably be a bug...
Report it in the ** Repl.it bugs section**
Click here
The community of Repl.it may follow up with you there
Hope this helps
Please mark my answer if this helps
Glad you got helped
Happy to help
But please don't forget to mark my answer if that helps
Thanks!
Open a shell with C-S, and run python3 -m pdb main.py
And you can use these commands:
- pp (var)
- b (no) # set breakpoint
- c # run until next breakpoint
- r # run until function return
- n # move one line toward.
- s # move into the next function
anyways, here ya go:
To start, click the run button
now for these buttons, the first one is resume (continue running), second one is step over (skip a function call, etc.), next one is well, next (go to the next function call, etc.), the final one is to go back a function call.
huh report to bugs
It has been broken for a while now
@RYANTADIPARTHI
I thought they fixed it by now, sorry about that
@RYANTADIPARTHIok np :)
@RYANTADIPARTHIHi, currently it does not work because your repl is in PROJECT mode.
HI
@Coder100 - please help.. you do not reply to the question.... I why????
Hi Ryan... did you ever find out how to do this?? I am very confused with the repl help etc... I cannot find debug run mode..,.