Add Save value to Debugger
844
Views
11
Comments
On our RadarOn our Radar
Debugger
I want to be able to view the whole content of a variable,,, especialy usefull when processing Files (Export a BinaryData PDF or a large string XML).


Merged this idea with 'Export values option while debugging' (created on 21 Mar 2023 05:25:04 by Ashish Lonkar)

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!

Hi,

Actually, I was debugging yesterday and felt that there should have been such an option.

Please implement it.

Thanks!

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.

Merged this idea with 'Need to provide export data option in debugger' (created on 19 Jul 2023 04:35:56 by Murali Manoharan V)

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.