Y
Hacker News
new
|
ask
|
show
|
jobs
by
jxf
778 days ago
I was just thinking this. You'd either need to special-case your debuggers or be able to use something that provided bespoke hooks for pointer-following.
1 comments
gpderetta
777 days ago
Wrap it in a class and teach the debugger to interpret it. It might be possible with gdb and python pretty-printers for example.
link