Skip to content

Instantly share code, notes, and snippets.

@PierreRochard
Last active April 13, 2019 17:41
Show Gist options
  • Save PierreRochard/50e516db53f4a9841a8f85bf4d8c825e to your computer and use it in GitHub Desktop.
Save PierreRochard/50e516db53f4a9841a8f85bf4d8c825e to your computer and use it in GitHub Desktop.
Debugging Bitcoin
./configure --enable-debug
make
lldb $HOME/src/bitcoinmaster/src/qt/bitcoin-qt
breakpoint set -f rpcwallet.cpp -l 202
run -conf=/Volumes/Mac\ Storage/bitcoin-mainnet/bitcoin.conf -datadir=/Volumes/Mac\ Storage/bitcoin-mainnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment