1
Python and Java API / Re: No debug info when running a script from menu + Best IDE to write a script ?
« on: April 26, 2016, 08:01:21 PM »
Sorry for necroposting but I'm sure I've found best solution.
You can use PTVS (Python Tools for Visual Studio) with it's remote debugging capabilities.
Both are free for use and it works perfect for me.
You need separate python33 and pip.
after it follow instructions in
https://github.com/Microsoft/PTVS/wiki/Cross-Platform-Remote-Debugging
You can use PTVS (Python Tools for Visual Studio) with it's remote debugging capabilities.
Both are free for use and it works perfect for me.
You need separate python33 and pip.
Code: [Select]
pip install ptvsd
copy ptvsd folder from your site-packages to PhotoScan site-packages folder. (btw you can do it for anything you want)after it follow instructions in
https://github.com/Microsoft/PTVS/wiki/Cross-Platform-Remote-Debugging