Re: Debugging in PerlScript
From: Gerry Hickman (gerry666uk_at_yahoo.co.uk)
Date: 11/08/04
- Previous message: Gerry Hickman: "Re: Microsoft chooses JScript!"
- In reply to: | ov: "Debugging in PerlScript"
- Next in thread: Al Dunbar [MS-MVP]: "Re: Debugging in PerlScript"
- Reply: Al Dunbar [MS-MVP]: "Re: Debugging in PerlScript"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 08 Nov 2004 21:08:13 +0000
| ov wrote:
> Hi,
> Does anyone know the equal of VBScript's Stop keyword (or JScript's
> Debugger keyword) in PerlScript ?
> Thanks,
I don't know about VBScript, but in JScript you just write 'debugger'
and it will break at that point, provided you've started CScript with
the correct switches. There are various debuggers available. I currently
have VS.NET 2003, but there's also one called the "script debugger" that
I think may be either built into Windows, or available with other
Microsoft popular packages, maybe Internet Explorer.
-- Gerry Hickman (London UK)
- Previous message: Gerry Hickman: "Re: Microsoft chooses JScript!"
- In reply to: | ov: "Debugging in PerlScript"
- Next in thread: Al Dunbar [MS-MVP]: "Re: Debugging in PerlScript"
- Reply: Al Dunbar [MS-MVP]: "Re: Debugging in PerlScript"
- Messages sorted by: [ date ] [ thread ]