1c9ed7806a
* standart STL containers and Masternode-related classes processing * masternode-related classes * fix st containers processing, use reflection to process simple classes * Content descrioption in README.md * Increase python scripts performance Use gdb objects instead strings and type info for creating Pyton wrappers * fixed simple classes list * addition to README * fix nits * missed `the` Co-Authored-By: gladcow <sergey@dash.org> * fix nits Co-Authored-By: gladcow <sergey@dash.org> * fixed grammatical issues Co-Authored-By: gladcow <sergey@dash.org> * fixed phrase construction Co-Authored-By: gladcow <sergey@dash.org> * missed point Co-Authored-By: gladcow <sergey@dash.org> * fixed grammatical issues Co-Authored-By: gladcow <sergey@dash.org> * remove double space Co-Authored-By: gladcow <sergey@dash.org> * fixed grammatical issues Co-Authored-By: gladcow <sergey@dash.org>
5 lines
199 B
Bash
Executable File
5 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
# use testnet settings, if you need mainnet, use ~/.dashcore/dashd.pid file instead
|
|
dash_pid=$(<~/.dashcore/testnet3/dashd.pid)
|
|
sudo gdb -batch -ex "source debug.gdb" dashd ${dash_pid}
|