[svn r38685] Partial rewrite of fijal's pdb/apigen text.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-13 13:49:37 +01:00
parent aaee02c214
commit b9965f8134
1 changed files with 7 additions and 6 deletions

View File

@ -39,12 +39,13 @@ by a py.test run.
Consider APIGEN and pdb integration Consider APIGEN and pdb integration
=================================== ===================================
Apigen is a source of a great information about functions, The information provided by APIGEN can be used in many
methods and objects. Pdb is a nice tool for debugging. different ways. An example of this could be to write
While not get them together? Imagine the world where you can an extension to pdb which makes it available.
ask "info function\_name" and you'll get all the information Imagine you could issue a pdb command
regarding types coming, types getting out, possible exceptions, "info <function name>" and get information
field types and call sites. regarding incoming, and outgoing types, possible
exceptions, field types and call sites.
Distribute channels/programs across networks Distribute channels/programs across networks
================================================ ================================================