![]() |
|
#1
|
|||
|
|||
|
Debug Viz in PyCharm (or Eclipse)
I have set up an external tool in PyCharm to execute Vizard code, with the below configurations:
Program --> C:\Program Files (x86)\WorldViz\Vizard4\bin\winviz.exe Parameters --> $FilePath$ Working Directory --> C:\Program Files (x86)\WorldViz\Vizard4\bin But now I am trying to set up an external tool to debug Vizard code, the below configuration is what I tried based on the command PyCharm uses to debug code: Program --> C:\Program Files (x86)\WorldViz\Vizard4\bin\winviz.exe Parameters --> "C:\Program Files (x86)\JetBrains\PyCharm 2.0\helpers\pydev\pydevd.py" --client 127.0.0.1 --port 50336 --file $FilePath$ Working Directory --> C:\Program Files (x86)\WorldViz\Vizard4\bin I am not sure if this is even on the right path, so any help would be greatly appreciated. Or if someone has set this up in Eclipse, I could try and mimic that configuration. Thanks, |
| Tags |
| debug, eclipse, pycharm, vizard |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Eclipse IDE with Vizard | Gladsomebeast | Vizard | 7 | 09-02-2014 07:08 AM |
| Debug error | Enlil | Vizard | 2 | 02-23-2011 08:13 AM |
| Cal3D Slow Load in Debug Mode? | JeffS | Plug-in development | 0 | 06-25-2009 12:27 PM |
| Cal3D Slow Load in Debug Mode? | JeffS | Vizard | 0 | 06-25-2009 12:26 PM |
| Howto debug a custom plugin? | reedev | Plug-in development | 3 | 04-23-2009 03:16 PM |