When I debug complex code, I open OneNote, dock it to the right border of screen and save some variables values from debugger there.
Previusly, I used copy and paste from "locals" or "watch" windows and it looked like there:
which is more compact and comfortable representation.
Previusly, I used copy and paste from "locals" or "watch" windows and it looked like there:
NAME:
_closeAmountReporting
VALUE:
128.57
TYPE:
real
Today I've tried to drag&drop a value and it looked like there:
_closeAmountReporting 128.57 real
which is more compact and comfortable representation.