Commit Graph

3 Commits

Author SHA1 Message Date
Dominik Süß
2b4d7535f5
fix: use debugValueToString for debugger operations (#759)
The `valueToString` operation introduced by #742 is incompatible with the way
the implementation from #739 as it tries to manifest an object from stack while
the implementation needed by the debugger returns the value as-is without
further evaluation.
2024-06-11 14:40:04 +01:00
itchyny
02bcb686b7
chore: fix compilation error of valueToString in debugger.go (#754) 2024-06-10 11:07:28 +01:00
Dominik Süß
6838b0a0b8
feat: add debugger support (#739) 2024-06-09 15:09:24 +01:00