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.
I can't put breakpoints visually. At the begining yes, it works, but latter it does not. I'm able to stop / add breakpoints using $DB::single = 1;
from there I can use the debugger.
$uname -a
Darwin Korova.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64
$perl -v
This is perl 5, version 26, subversion 0 (v5.26.0) built for darwin-2level
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2017, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
The text was updated successfully, but these errors were encountered:
I can't put breakpoints visually. At the begining yes, it works, but latter it does not. I'm able to stop / add breakpoints using $DB::single = 1;
from there I can use the debugger.
Here is my configuration:
$uname -a
Darwin Korova.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 20 18:42:21 PDT 2019; root:xnu-4903.270.47~4/RELEASE_X86_64 x86_64
$perl -v
This is perl 5, version 26, subversion 0 (v5.26.0) built for darwin-2level
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2017, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
The text was updated successfully, but these errors were encountered: