Closed llllllllll closed 10 years ago
There are too many arguments to pass to Qdb to make setting breakpoints fast and simple.
Qdb
This adds a .qdb file parser and scheme. The QdbConfig is a namedtuple that holds all the arguments to be passed to Qdb.
.qdb
QdbConfig
It checks for config files in:
$HOME
QdbConfigs can also be constructed from a dict to make setting custom configs programatically simple.
There are too many arguments to pass to
Qdb
to make setting breakpoints fast and simple.This adds a
.qdb
file parser and scheme. TheQdbConfig
is a namedtuple that holds all the arguments to be passed to Qdb.It checks for config files in:
$HOME
QdbConfig
s can also be constructed from a dict to make setting custom configs programatically simple.