Perl5-IDEA
Perl5-IDEA copied to clipboard
Possibilty to set value of variable while debugging
Hello.
When debugging, I sometimes want to manually change the value of some variable, to be able to test some conditions.
Currently, when I right click on variable, I see there is a menu entry "Set Value (F2)", but it is grayed out (disabled).
I also tried to change the value with the Evaluate Expression field (in this case, I tried to set $url to undef. But it had no effect on the variable.
Is it possible to enable this functionality?
Interesting. I would expet it to work. Will check.