View Single Post
  #1  
Old 04-13-2012, 10:24 AM
hotshotiguana hotshotiguana is offline
Member
 
Join Date: Mar 2011
Posts: 22
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,
Reply With Quote