Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - albu

Pages: [1]
1
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.
Code: [Select]
pip install ptvsdcopy 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

Pages: [1]