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 ?