![]() |
|
#5
|
|||
|
|||
|
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')
|
|
|