Overview of CodeLLDB features
masterCodeLLDB is a debugger extension providing advanced debugging capabilities including:
- Breakpoints: Conditional breakpoints, function breakpoints, logpoints, hardware data access breakpoints (watchpoints), and caller exclusion.
- Views: Disassembly view with instruction-level stepping, Memory view, Loaded modules view, and HTML rendering for advanced visualizations.
- Execution: Launch debuggee in integrated or external terminals, Step Into Targets, and Reverse debugging (experimental, requires compatible backend).
- Scripting: Python scripting support.
- Configuration: Workspace-level defaults for launch configurations and Remote debugging support.