Re: How to debug VBS
From: Michael Harris \(MVP\) ("Michael)
Date: 01/14/05
- Next message: Michael Harris \(MVP\): "Re: CDONTS"
- Previous message: Michael Harris \(MVP\): "Re: Print script"
- In reply to: Ronen: "How to debug VBS"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 17:25:46 -0800
> Is there a way to debug VB scripts using Just-In-Time debugger ?
> Currently, I debug VB scripts using a 3rd party editor.
Include the //X or //D host switch...
//X prompts you to debug before the first libne of the script executes.
//D enables debugging and you are prompted to debug if an unhandled error
occurs or the VBScript Stop statement (or JScript debugger statement) is
executed.
-- Michael Harris Microsoft MVP Scripting
- Next message: Michael Harris \(MVP\): "Re: CDONTS"
- Previous message: Michael Harris \(MVP\): "Re: Print script"
- In reply to: Ronen: "How to debug VBS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|