in reply to Expect.pm debugging in Windows
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Expect.pm debugging in Windows
by bandros (Novice) on Apr 30, 2019 at 15:31 UTC | |
by LanX (Saint) on Apr 30, 2019 at 16:22 UTC | |
by bandros (Novice) on Apr 30, 2019 at 17:27 UTC |