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
Consider the mini Tk app in file 'foolabel':
use Tk;
$mw = MainWindow->new(-title => 'umpf');
$mw->Label(-text => 'this is a foo label')->pack;
MainLoop;
When I step through this from "perl -d foolabel" using 'n', the Tk
window is displayed when I step over "MainLoop", as expected.
Doing the same from "ebug foolabel", the Tk window is displayed after
the first 'n' already (i.e. while stepping over MainWindow->new). This
line should just create the object but not enter the messageloop or
display the window.
using perl, v5.10.1 (*) built for x86_64-linux
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#50836 (status was 'new')
Requestors:
From [email protected] on 2009-10-26 13:53:34
:
The text was updated successfully, but these errors were encountered: