quantopian / qdb

Quantopian Remote Debugger for Python
Apache License 2.0
315 stars 115 forks source link

config files #16

Closed llllllllll closed 10 years ago

llllllllll commented 10 years ago

There are too many arguments to pass to Qdb to make setting breakpoints fast and simple.

This adds a .qdb file parser and scheme. The QdbConfig is a namedtuple that holds all the arguments to be passed to Qdb.

It checks for config files in:

QdbConfigs can also be constructed from a dict to make setting custom configs programatically simple.