N
ngoc
Hi
I want to debugg a program with GUI. I dislike using "print $variable"
in the program. So I use perl -d instead. But "<DB4>c 2700" start GUI
section and I have to click exit on GUI to turn back to command line
again and the program is already terminated. As consequence, I can not
use "p $variable" after that. How can I solve this problem?
ngoc
I want to debugg a program with GUI. I dislike using "print $variable"
in the program. So I use perl -d instead. But "<DB4>c 2700" start GUI
section and I have to click exit on GUI to turn back to command line
again and the program is already terminated. As consequence, I can not
use "p $variable" after that. How can I solve this problem?
ngoc