Seer GDB debugger frontend Obj-C support

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: another_commander, winston, Getafix

Post Reply
User avatar
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 711
Joined: Sun Jun 20, 2010 6:00 pm

Seer GDB debugger frontend Obj-C support

Post 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.
User avatar
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 711
Joined: Sun Jun 20, 2010 6:00 pm

Re: Screenshots of Obj-C support in Seer GDB debugger

Post 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?"
User avatar
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 711
Joined: Sun Jun 20, 2010 6:00 pm

Re: Screenshots of Obj-C support in Seer GDB debugger

Post 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
User avatar
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 711
Joined: Sun Jun 20, 2010 6:00 pm

Re: Screenshots of Obj-C support in Seer GDB debugger

Post by mcarans »

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
The author made a PR with the changes and merged it.
Post Reply