I am unable to debug a desktop flow run from another desktop flow. Any ways to do so???

I am unable to debug a desktop flow run from another desktop flow. Any ways to do so???
Yes, by implementing proper error handling and logging in your desktop flows. Use an On block error action to capture errors and call a sub-flow that writes a log message to a file. Use Get last error in the sub-flow, so it retrieves the details of the error that occurred. And then log the error details to a file by using Write text to file.
This will give you some details of what exactly happened and make it easier for you to find and fix the issue.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.