http://www.perlmonks.org?node_id=1025600


in reply to Re: pp with gui
in thread pp with gui

I added the line

$Tkx::TRACE=64;

to my code and compiled as shown above. Everything behaves exactly the same.

Replies are listed 'Best First'.
Re^3: pp with gui
by Anonymous Monk on Mar 27, 2013 at 07:17 UTC
    Impossible. OTOH, turn on par debugging.
      I don't see a debug option listed for the pp command.

      How do I turn on debugging?

        How do I turn on debugging?

        I don't remember. I linked to the answer, if you're interested you might find it.

Re^3: pp with gui (debug without --gui)
by Anonymous Monk on Mar 29, 2013 at 11:20 UTC

    Are you still using pp --gui ?

    You should probably omit the --gui option until you've got your program working as it should under par

      When I remove the --gui option I get a run-time error but that kind of what I expected. The program creates a gui and I am trying to run it without using the gui option.
      I should note that I can use pp to create non-gui programs and they execute just fine.
        I don't think you understand what the -gui option does. Please read the pp documentation. If you have a run time error you need to address it, if you want advice you should tell us what it says. How do I post a question effectively?.
        A reply falls below the community's threshold of quality. You may see it by logging in.