PBD icon indicating copy to clipboard operation
PBD copied to clipboard

🖨️🐞 Printf Based Debugger, a user-friendly C debugger

Results 3 PBD issues
Sort by recently updated
recently updated
newest added

Description --------------- There are two ways to analyze pointers: 1) tracking the pointer value, as a normal variable (eg: ptr++ would be tracked) and 2) tracking the content pointed by...

enhancement
help wanted

Description --------------- At the moment, PBD relies on DWARF-2/Location lists to find the appropriate variable location (whether local or global). Although not an issue, this requires the user to building...

enhancement
help wanted

Description --------------- PBD lacks `structures` and `unions` analysis at the moment. Since structures could go arbitrarily deep (like a tree of structs) the dwarf analysis must be changed to accommodate...

enhancement
help wanted