Created
March 13, 2012 02:36
-
-
Save rocky/2026233 to your computer and use it in GitHub Desktop.
Enbugger bug1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
eval <<'EOE'; | |
use Enbugger; | |
Enbugger->load_debugger('perl5db'); | |
Enbugger->stop; | |
$x = 1; | |
$y = 2; | |
EOE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A run of the above:
Breakpoints and lines for the eval string haven't been recorded in
@DB::dbline
.