You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
use strict;
use warnings;
use Cwd;
print "Hello, world!";
print getcwd;
But I only am able to see the print statements' output after the program has terminated and the debugging session is over. The "result" section of the debug console shows nothing after executing n (next).
Here is the output I get in the debuggee terminal, where the script's output shows up only after the debug console says the debugging session has been terminated (after I step through the entire script):
For more information, I am on Windows 10, running Strawberry Perl 5.30.1.
Is this a bug or is this an issue on my end?
Thanks!
The text was updated successfully, but these errors were encountered:
I am running the following simple test script:
But I only am able to see the
print
statements' output after the program has terminated and the debugging session is over. The "result" section of the debug console shows nothing after executingn
(next
).Here is the output I get in the debuggee terminal, where the script's output shows up only after the debug console says the debugging session has been terminated (after I step through the entire script):
For more information, I am on Windows 10, running Strawberry Perl 5.30.1.
Is this a bug or is this an issue on my end?
Thanks!
The text was updated successfully, but these errors were encountered: