info variables <正規表現>で目的の変数を探して表示すると良い。 backtrace (bt) スタックトレースを表示する (gdb) p t $1 = (struct testing.T *) 0xf840688b60 (gdb) p *t $2 = {errors = "", failed = false, ch = 0xf8406f5690} (gdb) p *t>ch $3 = struct hchan<*testing.T> (gdb) info variables config All variables matching regular expression "config": struct github.com/hkurokawa/gosandbox/gogdbsample.ConfigStruct *github.com/hkurokawa/gosandbox/g (gdb) p 'github.com/hkurokawa/gosandbox/gogdbsample.config'