Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jansson ライブラリ (C で記述された json ライブラリ) を使用する C プログラミングのアプリケーションがあります。gdb で json_t オブジェクトの値を表示しようとしていますが、表示されるだけです
(gdb) p jmsg $20 = (json_t *) 0x69c350 (gdb) p *jmsg $21 = {type = JSON_OBJECT, refcount = 1}
gdb で json_t の値を表示するにはどうすればよいですか?