Page 1 of 1
Seer GDB debugger frontend Obj-C support
Posted: Sun Sep 21, 2025 9:15 pm
by mcarans
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.
Re: Screenshots of Obj-C support in Seer GDB debugger
Posted: Mon Sep 22, 2025 10:37 pm
by mcarans
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
Posted: Thu Sep 25, 2025 5:50 am
by mcarans
mcarans wrote: ↑Mon Sep 22, 2025 10:37 pm
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?"
The author continues to work on it and provides more screenshots:
https://github.com/epasveer/seer/issues ... 3330950818
Re: Screenshots of Obj-C support in Seer GDB debugger
Posted: Mon Sep 29, 2025 6:23 pm
by mcarans
mcarans wrote: ↑Thu Sep 25, 2025 5:50 am
The author made a PR with the changes and merged it.