diff options
Diffstat (limited to 'Perl/Zinc/Debug.pm')
-rw-r--r-- | Perl/Zinc/Debug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Zinc/Debug.pm b/Perl/Zinc/Debug.pm index 8eb5ef3..1e6fd34 100644 --- a/Perl/Zinc/Debug.pm +++ b/Perl/Zinc/Debug.pm @@ -1525,7 +1525,7 @@ With B<snapshot> function, you are able to snapshot the application window, in o Press B<Escape> key in the main window of the application to have some help about available input sequences. -If you load ZincDebug using the -M perl option, no code modification is needed but the functions described above are invoked with default configuration. +If you load ZincDebug using the -M perl option, nothing needs to be added to your code. In this mode, a process parse the main symbols table in order to detect zinc instance. So, it works only if zinc instance is stored in a global (not lexical) variable of the main package. =head1 FUNCTIONS |