in reply to pp with gui

Add $Tkx::TRACE=64; or some print statements or turn on PAR debugging

Replies are listed 'Best First'.
Re^2: pp with gui
by mkmal (Novice) on Mar 26, 2013 at 23:05 UTC
    I added the line

    $Tkx::TRACE=64;

    to my code and compiled as shown above. Everything behaves exactly the same.
      Impossible. OTOH, turn on par debugging.
        I don't see a debug option listed for the pp command.

        How do I turn on debugging?

      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.
          A reply falls below the community's threshold of quality. You may see it by logging in.