Post
Topic
Board Development & Technical Discussion
Topic OP
Debug bitcoin core on Ubuntu
by
maplelake
on 04/03/2020, 13:41:11 UTC
1. Build bitcoin core with steps by build-unix.md.
2. Debug it with gdb. I like to layout view of code/debug. So i use the following cmd
          cmd:  gdb -tui
3. for "n" , the ip often jumps unexpected back and forth

Is it caused by some optimization compile? it is a little annoying ...

any way to improve it ?