Forum

Author Topic: Debugging python code in Agisoft?  (Read 3217 times)

jason.liu

  • Newbie
  • *
  • Posts: 13
    • View Profile
Debugging python code in Agisoft?
« on: October 12, 2015, 11:38:15 AM »
Hi,

Is there any way to debug Python code running inside Agisoft (e.g. step over, step into, step out, and peek at variable values during execution)?

Currently I have just been doing lots of print statements.

Thanks in advance.
Jason

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14846
    • View Profile
Re: Debugging python code in Agisoft?
« Reply #1 on: October 14, 2015, 09:01:55 PM »
Hello Jason,

Unfortunately, it's not possible at the moment.

I can only recommend to write the code by blocks, not trying to make the whole script working from the first try.
Best regards,
Alexey Pasumansky,
Agisoft LLC

BarryReid

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Debugging python code in Agisoft?
« Reply #2 on: October 28, 2015, 03:42:34 AM »
This is a MUCH needed feature!