Hi all
I'm refactoring some part of my Dagger Python SDK code and I get some errors like in my image below. I'll be able to retrieve quite easily that specific error but ... in a generic approach, **how do you debug your Dagger code? **
Below, i'm running dagger call with these flags -vvvv --progress=plain --interactive and the error 'str' object has no attribute 'name' didn't give me a stack I can use to know in which file I need to continue my refactoring.
Is there anything I can do to get more debugging info (and stack trace)?
Many thanks