Sometimes when I am debugging a program, I want to see the value of a variable (and possibly change it) that is used somewhere else in the program beside the current page I am viewing in RDi. I can either search for the field and then go to one of the lines where it is used and hover over it, or I can go to the variables tab in the debug window and display the list of variables. The list of variables can be quite long and it could be time consuming scrolling thru the list of variables (or even searching). So, my question is there a way I can view (and change) only the variable(s) I am interested in. I was thinking I could do this in previous versions of RDi.
Announcement
Collapse
No announcement yet.
Display/changing program variables
Collapse
X
-
Yes you want to set up a monitor, in my debug view which I don't think I changed very much from default. The Monitors tab is in the upper right close to the tab for variables. Once in there you can use the + sign to add or right click to add new. Or at any time you can hit ctrl shft M to add a monitor.
-
[QUOTE=jj_dahlheimer;n142895]Yes you want to set up a monitor, in my debug view which I don't think I changed very much from default. The Monitors tab is in the upper right close to the tab for variables. Once in there you can use the + sign to add or right click to add new. Or at any time you can hit ctrl shft M to add a monitor. [/QUOTE]
Perfect......thanks
Comment



Comment