⬅︎ Back to To code or to pdb in Python
Why don't you use the *-i* flag of the intepreter. It fallbacks on the python intpreter when the code is done and with all the local variables availables in local scope.
The reason why? Because I didn't know about it.Just tried it. It works! Thanks for the tip!
Comment
Why don't you use the *-i* flag of the intepreter. It fallbacks on the python intpreter when the code is done and with all the local variables availables in local scope.
Replies
The reason why? Because I didn't know about it.
Just tried it. It works! Thanks for the tip!