![]() |
|
#1
|
|||
|
|||
unhandled exception was caught in winpdb
If I tried a simple python program edited in viard environment without import any vizrard module, it works fine in winpdb. But after I include import viz, it pops up "Unhandled exception was caught in winpdb, would you like to analyze it?". Is there anybody who can tell me how to handle this problem in winpdb. Thanks in advance
|
#2
|
|||
|
|||
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') |
![]() |
|
|