Forum: Poser - OFFICIAL


Subject: Python debugger from inside Poser

ElZagna opened this issue on Jul 11, 2011 ยท 21 posts


nruddock posted Sun, 17 July 2011 at 7:02 PM

Quote - Can on infer that a Python debugger could be developed in wxPython?

A wxPython GUI would certainly be possible, but for running it in Poser, there are still potential problems due to the native module and the embedded interpreter. What might work better is using boa-constructor (-> http://sourceforge.net/projects/boa-constructor) in remote debug mode (assuming that you don't run into the same problems).