Hi,
I think we need an export values option while debugging where we can export values from current scope to an external file while debugging.
This will prove very helpful when we are dealing with big structures (usually as response from some API calls). Also, while troubleshooting we need these values to be stored for analyzing them as it is not a good practice to keep the debugger on for long as it might clash with other developers interest.
Also we may not always have the liberty of storing them in DB.
Nice Idea,
We have this option in Eclipse IDE. We should implement here as well.
Thanks!
Actually, I was debugging yesterday and felt that there should have been such an option.
Please implement it.
Nice Idea. Could be useful.
This is good idea, it will save some time from copy paste type situation. Also, we can keeps these values for test case validation.
Good idea. In other platforms it has been already implemented to ease debugging, it should be implemented in Outsystems also.
If we will debug some long flows then this option will be really helpful.
It will be better if the debugger has an export option. Because currently in my project also, while we trying to debug the data, it gives 131 records in one list and 43 records in another list.
If the export option is available, then it will be easier to compare those data with our expected results.
And it will help many other real time scenarios also.
Agree with Murali, I missed This feature many times.