haive.core.utils.debugkit.debug.interactive¶
Interactive Debugging Utilities
Provides enhanced interactive debugging with pdb variants, web debugging, and visual interfaces.
Classes¶
Interactive debugging with enhanced debuggers. |
Module Contents¶
- class haive.core.utils.debugkit.debug.interactive.InteractiveDebugger[source]¶
Interactive debugging with enhanced debuggers.
- pdb(condition=True)[source]¶
Start interactive debugging session.
- Parameters:
condition (bool)
- Return type:
None