pauldol opened this issue on Jun 11, 2011 · 4 posts
pauldol posted Sat, 11 June 2011 at 10:09 AM
Hi all,
I am using Poser8 and pyhton.
I was wondering if there is a way to use a debugger for python.
By default, Poser offers the Poser Python Shell. does this have a debugger???
otherwise I was thinking of using the standard python debugger.
However I would first need to load all the libraries and modules that poser pyhton shell uses as well..
Any ideas on what to do?
Thanks,
Paul
markschum posted Sat, 11 June 2011 at 5:43 PM
I have never done anything complicated enough to need a debugger. I do tend to use a lot of print statements to see what the variables contain if its not doing what I want.
I have no clue on using a debugger in poser.
nruddock posted Sat, 11 June 2011 at 7:24 PM
See -> http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2786642
and -> http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2798222
You also need to take great care when trying to debug callback functions.
pauldol posted Wed, 22 June 2011 at 9:34 AM
Quote - See -> http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2786642
and -> http://www.renderosity.com/mod/forumpro/showthread.php?thread_id=2798222You also need to take great care when trying to debug callback functions.
great.
thank you,
paul