Thread: Debugger
View Single Post
  #5  
Old 11-18-2010, 02:34 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
How are you launching the Vizard script?

You can't run the Vizard script from Winpdb. You need to add the following code to your script:
Code:
import rpdb2
rpdb2.start_embedded_debugger('password')
Then run the script from Vizard and then attach to the Vizard session from within Winpdb.
Reply With Quote