Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger help - New Debugger

Former Member
0 Kudos
150

How do you change the field contents in the new debugger? I have no problem doing it in the old debugger but it is a pain to switch back and forth between them.

I see the pencil to the right of the field contents but the field contents are grayed out so I can't edit them.

Regards,

Davis

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
117

Once in debugger, double click the variable which you want to change, it will show up on the section to the right. yes the value is greyed out there, but then double -click on the variable name on that side, Now you are at the detail level, if you want to change the value, click the pencil beside the value field, it will be opend, change the value and hit enter. That's it.

Regards,

RIch Heilman

4 REPLIES 4

Former Member
0 Kudos
117

You can swith to classic debugger if you need

here you can edit values too

Navigation

goto debugging -> debugger -> swith to classic debugger

Within new debugger ->

or click on variable -> double click on pencil -> now you will able to change

Thanks

Seshu

0 Kudos
117

Seshu, thanks for the tip but, as I posted, I find that to be a pain. I imagine you can do it in the new debugger, being that there is an icon for it, but I can't figure it out.

Davis

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
118

Once in debugger, double click the variable which you want to change, it will show up on the section to the right. yes the value is greyed out there, but then double -click on the variable name on that side, Now you are at the detail level, if you want to change the value, click the pencil beside the value field, it will be opend, change the value and hit enter. That's it.

Regards,

RIch Heilman

0 Kudos
117

Rich,

Thanks for the help! I was only single-clicking on the pencil. I know, I know, when in doubt double-click.

Thanks again,

Davis