Featured

TechBytes on Linux

This is a growing list of Linux commands which might come handy for the of Linux users. 1. Found out i had to set the date like this: ...

Thursday, October 19, 2017

How to enable setting breakpoints in Python during command line execution

To set a breakpoint in your code use the native Python import pdb;pdb.set_trace() call in your code

No comments:

Post a Comment

Popular Posts