Browse CLASSROOM TRAINING REGISTER for classroom training CONTACT us

SAPIEN Solutions

SAPIEN homepage
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

 

Posts Tagged ‘debug’

A VBScript Debug Window

Friday, February 15th, 2008 by Essentials Administrator
 This is one of my favorite tricks for debugging. Rather than adding MsgBox() calls to display variables' contents, I write them to a separate IE window. When I'm done debugging, I uncomment one line (as noted below) to disable the debugging functionality - which is easier than going through and…   More »

Writing debug information to an IE window

Friday, February 15th, 2008 by Essentials Administrator
This is a trick I've used a lot in VBScript - writing debug messages to a browser window. It isn't necessary if you use an editor like PrimalScript, which redirects Write-Debug output to another pane for you. But if you're working in Notepad or something, this can be a good…   More »


Entries (RSS) and Comments (RSS).