![]() |
#1
|
|||
|
|||
Debugger
Hi,
I am a new Worlviz user and would like to know whether there is any kind of debugger available in the 3.0 environment (enabling to set breakpoints, to see threads status, etc.) ? I there a possibility to use the python debugger (pdb) ?
__________________
Thanks, Philippe |
#3
|
|||
|
|||
Thanks a lot!
Just a short additional question: if I install winpd, could it change something in my environment - I mean have some undesirable side effect? We are at a critical phase of our project, and I would be sure that just not using the winpdb debugger makes the environment behave as it was before, i.e. that it is always possible to neutralize it.
__________________
Thanks, Philippe |
#4
|
|||
|
|||
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
|
#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') |
![]() |
|
|