I’ve added ability to catch and display function parameters and return values in Runtime Flow. Currently only primitive types such as bool, int, char, double and string are supported plus one dimensional arrays containing such types. Objects of other types are displayed as dots:
Strings longer than 50 characters are trimmed to not overrun the screen:
When number of elements in an array is more than 10, the first nine elements are displayed + number of skipped element + the last element:
When an exception occurs the function return value is displayed as Ex:
It’s technically possible to display data in objects of more complex types too and I’ll most probably return to monitoring of function parameters in next versions of Runtime Flow.