Is the Expect module required by Eclipse? Or is it a component of the GUI app you are debugging?

If the latter then Expect won't install on non-POSIX systems anyway due to IO::Tty (see cpanm log below), so you would need to be able to install the GUI using (cygwin|msys2|bash for windows).

If the former then you should be able to run your GUI code through a non-GUI debugger. The GUI IDEs just provide a nicer interface for stepping, setting breakpoints and so forth.

Another option is to get a trial license for a commercial IDE. Maybe the trial will last long enough for you to solve the issue.

-----

cpanm log:

cpanm --verbose IO::Tty cpanm (App::cpanminus) 1.7044 on perl 5.028000 built for MSWin32-x64-m +ulti-thread Work directory is C:\BERRYB~1\528~1.0_6\data/.cpanm/work/1556599810.22 +408 You have make C:\berrybrew\5.28.0_64_PDL\c\bin\gmake.exe You have LWP 6.34 Falling back to Archive::Tar 2.30 Searching IO::Tty () on cpanmetadb ... --> Working on IO::Tty Fetching http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-1.12.tar.gz +... OK Unpacking IO-Tty-1.12.tar.gz Entering IO-Tty-1.12 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.34) Running Makefile.PL Configuring IO-Tty-1.12 ... This module requires a POSIX compliant sys +tem to work. Try cygwin if you need this module on windows OS unsupported at Makefile.PL line 6. N/A ! Configure failed for IO-Tty-1.12. See C:\BERRYB~1\528~1.0_6\data\.cp +anm\work\1556599810.22408\build.log for details.

In reply to Re: Expect.pm debugging in Windows by swl
in thread Expect.pm debugging in Windows by bandros

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.