Better and better!<br><br>You know, I think I knew about those two, I just never connected the dots. With a little fiddling, I think I can cobble together what I want. My sincere thanks, sir/ma'am. <br><br><div class="gmail_quote">
On Fri, Dec 11, 2009 at 9:46 PM, Gabriel Genellina <span dir="ltr"><<a href="mailto:gagsl-py2@yahoo.com.ar">gagsl-py2@yahoo.com.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
En Sat, 12 Dec 2009 02:11:27 -0300, Horace Blegg <<a href="mailto:tkjthingone@gmail.com" target="_blank">tkjthingone@gmail.com</a>> escribió:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wonder if I could cook something up with PyRun_SimpleString("import pdb;<br>
pdb.set_trace()"). This bears investigation!<br>
</blockquote>
<br></div>
pdb is a debugger, and provides a lot more than you're looking for, I presume.<br>
You may want to look at the code [1] and cmd [2] modules too.<br>
<br>
[1] <a href="http://docs.python.org/library/code.html" target="_blank">http://docs.python.org/library/code.html</a><br>
[2] <a href="http://docs.python.org/library/cmd.html" target="_blank">http://docs.python.org/library/cmd.html</a><div><div></div><div class="h5"><br>
<br>
-- <br>
Gabriel Genellina<br>
<br>
-- <br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br>