How to enable setting breakpoints in Python during command line execution By Madhukar Rupakumar October 19, 2017 To set a breakpoint in your code use the native Python import pdb;pdb.set_trace() call in your code Read more