On Fri, 06 May 2005, $Bill Luebkert wrote:
> Edward Peschko wrote:
>
> > hey,
> >
> > I needed to disable the activestate GUI debugger, and to use the
> > regular, bundled one - it looks like Win32::GuiTest programs don't
> > work that well from inside the spawned window.
> >
> > Anyways, you used to be able to set PERLDB_OPTS to blank to disable
> > the gui, it doesn't seem to be working anymore as of build 810.
> >
> > Any ideas on how to do this?
>
> cmd.exe : set PERLDB_OPTS= tcsh.exe: unsetenv PERLDB_OPTS
>
> Works for me - you should see it gone when you type 'set'.

Unfortunately the PDK also overrides PERL5DB in the registry when
it is set to "local" mode.  If the PDK is still installed then
you can remove it with

    pdkdebug --remote

Otherwise you'll have to edit the registry and remove the PERL5DB
entry under HKEY_LOCAL_MACHINE\SOFTWARE\Perl

Cheers,
-Jan


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to