@dynamic プロパティを と組み合わせて使用して-forwardInvocation:、実行時にプロパティを生成しています (この回答で説明されているように)。さて、nameGDBでそのようなプロパティ(動的プロパティであると仮定)を操作しようとすると、常に次のようになります。
(gdb) call (void) [myObject setName:@"foo"]
Target does not respond to this message selector.
(gdb) po [myObject name]
Target does not respond to this message selector.
これを機能させるための GDB のスイッチはありますか?