aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
180 stars 113 forks source link

Adding The Python Debugger #221

Closed AbhisekOmkar closed 3 years ago

AbhisekOmkar commented 3 years ago

The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, an inspection of stack frames, source code listing, and evaluation of arbitrary Python code in the context of any stack frame. It also supports post-mortem debugging and can be called under program control.

hornig commented 3 years ago

duplicate PR