Hello! I am a complete padre newbie. In fact, I just installed padre yesterday 
via cpan, so it's possible that I'm missing something obvious here.

Whenever I  try to run the debugger (Debug->Launch Debugger), I get a window 
that comes up with the perl debugger. So far, so good. But as soon as that 
happens, the padre window freezes. It doesn't even refresh the UI image if I 
move the debug terminal window around. If I close the debug terminal (q, exit), 
padre never comes back. I have to forcibly kill padre at this point.

As I said, I installed padre yesterday from cpan, so I think I should have the 
latest and greatest. Under 'About', padre tells me:


                   Padre 0.96
Core...
                  osname linux
                archname x86_64-linux-thread-multi
            Distribution
                  Kernel 2.6.18-308.20.1.el5
                    Perl 5.16.1
                 Threads 3
                     RAM 439.7MB
Wx...
                      Wx 0.9914
               WxWidgets 2.8.12
                 unicode 1
        Alien::wxWidgets 0.62
Wx::Perl::ProcessStream 0.32
           Wx::Scintilla 0.39
Other...
                     PPI 1.215
           Debug::Client 0.20
                  Config /home/csmit/.padre


Unfortunately, I don't see any stdout/stderr messages when this happens, so I'm 
not sure what else to tell you. I've searched google for other people with 
similar problems and I'm kind of drawing a blank. I guess it's possible my 
installation is wrong? Cpan didn't tell me there were any problems.

I'm trying to run the debugger on a really, really simple perl script:

---------------------------------------
use strict;

my $name = "world";
print "Hello,$name\n";
---------------------------------------

I can run the script from inside padre with no problems, but debugging makes 
everything freeze. Any ideas?

Thanks in advance.
Christine
--------------------------------
Dr. Christine Smit
christine.e.s...@nasa.gov<mailto:christine.e.s...@nasa.gov>
+1-301-614-5752
NASA Goddard, Building 32, N126-12
Code 610.2

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to