I raised an issue for the Seer debugger to display Objective-C variables and from the response, it looks like the author is looking into it and has pinned it. This would be helpful to future debugging.
There's also an issue about Windows support and although it is currently labelled as won't fix, it looks like someone compiled all of it under MinGW except for the source file that uses Linux/Unix pseudo consoles.
Seer GDB debugger frontend Obj-C support
Moderators: another_commander, winston, Getafix
Re: Screenshots of Obj-C support in Seer GDB debugger
The author of Seer has implemented basic support for Objective-C and has provided screenshots. He asks "So my question to the Objective-C community is, what do you guys do with this when you debug with gdb? Do you consciously use print or print-object depending on the variable type?"
Re: Screenshots of Obj-C support in Seer GDB debugger
The author continues to work on it and provides more screenshots:mcarans wrote: ↑Mon Sep 22, 2025 10:37 pmThe author of Seer has implemented basic support for Objective-C and has provided screenshots. He asks "So my question to the Objective-C community is, what do you guys do with this when you debug with gdb? Do you consciously use print or print-object depending on the variable type?"
https://github.com/epasveer/seer/issues ... 3330950818
Re: Screenshots of Obj-C support in Seer GDB debugger
The author made a PR with the changes and merged it.mcarans wrote: ↑Thu Sep 25, 2025 5:50 am
The author continues to work on it and provides more screenshots:
https://github.com/epasveer/seer/issues ... 3330950818
