Ticket #1410 (closed enhancement: fixed)
Display Value should show value immediately
| Reported by: | szabgab | Owned by: | bowtie |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Debugger for Perl 5 | Version: | 0.94 |
| Keywords: | Cc: | bow |
Description
I have launched the debugger and stepped to after my $var = 'value';
then I highlighted the $var and clicked on the button "Display Value".
The variable showed up in the debugger window but not its value.
Only after making another step have I seen the actual value.
IMHO when I click on "Display Value" both the variable and the current value should show up.
In r18591
Change History
Note: See
TracTickets for help on using
tickets.

'Display Value' works in exactly the same way in Debug2 as it did in its first incarnation.
no changes have been made to it's behaviour.
Will look in to.