Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: jason.liu on October 12, 2015, 11:38:15 AM

Title: Debugging python code in Agisoft?
Post by: jason.liu 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
Title: Re: Debugging python code in Agisoft?
Post by: Alexey Pasumansky 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.
Title: Re: Debugging python code in Agisoft?
Post by: BarryReid on October 28, 2015, 03:42:34 AM
This is a MUCH needed feature!