[svn r38683] Add some information about pdb + apigen
--HG-- branch : trunk
This commit is contained in:
parent
275a31ed37
commit
aaee02c214
|
@ -36,6 +36,16 @@ We'd like to evolve to a `py.apigen` tool
|
|||
that can make use of information provided
|
||||
by a py.test run.
|
||||
|
||||
Consider APIGEN and pdb integration
|
||||
===================================
|
||||
|
||||
Apigen is a source of a great information about functions,
|
||||
methods and objects. Pdb is a nice tool for debugging.
|
||||
While not get them together? Imagine the world where you can
|
||||
ask "info function\_name" and you'll get all the information
|
||||
regarding types coming, types getting out, possible exceptions,
|
||||
field types and call sites.
|
||||
|
||||
Distribute channels/programs across networks
|
||||
================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue