mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-21 23:12:01 -07:00
pdb -> rdi: correctly convert negative enumerate numerics; move enum value visualization into complex string-iterator visualization path, rather than hacking it into the simply-typed eval path (we want to generate a new task for the numeric value itself); handle negative enums correctly
This commit is contained in:
@@ -217,6 +217,7 @@ raddbg_type_view(PackedF16,
|
||||
|
||||
enum Kind
|
||||
{
|
||||
Kind_Negative = -1,
|
||||
Kind_None,
|
||||
Kind_First,
|
||||
Kind_Second,
|
||||
|
||||
Reference in New Issue
Block a user