Okay, this is my bad, I apologize for bringing a WinXP problem to the Perl forum. It's clear to me now that this has nothing to do with Perl.

While I do not yet have the solution, it would appear to be a permission/privilege issue. If I run Apache from the command line (i.e. not as a service), then everything is happy (debugger comes up, etc.).

When I run it as a service, WinXP will not allow the service to open up a window such that I can interact with it.

I opened up the Start->Administative Tools->Services utility, opened Properties on the Apache2 service, clicked on the "Log On" tab, and clicked on the "Allow service to interact with desktop". After rebooting, this worked okay for me. Perhaps just logging out and logging back in would work okay, too. Simply stopping/restarting the service did not seem to work.

Thanks for all of the help, hopefully this is at least a little helpful for anyone else running Perl on XP on a corporate network...

-Dave

In reply to Re: Devel::ptkdb, CGI script, Apache, WinXP -- why won't it work? by dpmott
in thread Devel::ptkdb, CGI script, Apache, WinXP -- why won't it work? by dpmott

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.