Last active
April 13, 2019 17:41
-
-
Save PierreRochard/50e516db53f4a9841a8f85bf4d8c825e to your computer and use it in GitHub Desktop.
Debugging Bitcoin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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