jazz__man
asked on
How do you debug vbscript in visual studio?
Hi,
I have some vbscript code which is in the same page as the html markup within the usual <script language="vbscript">.
My question is how can I step into this code?
If it was javascript I would use debugger; but what is the vbscript equivalent?
I am using Visual Studio 2008.
Thanks
Paul
I have some vbscript code which is in the same page as the html markup within the usual <script language="vbscript">.
My question is how can I step into this code?
If it was javascript I would use debugger; but what is the vbscript equivalent?
I am using Visual Studio 2008.
Thanks
Paul
ASKER
Hi,
Is there not a way of stepping into vbscript without taking your vbcript out with the context of a form?
Thanks
Is there not a way of stepping into vbscript without taking your vbcript out with the context of a form?
Thanks
Check below article to debug vbscript inside vs
http://myitforum.com/cs2/blogs/maikkoster/archive/2009/03/25/debugging-vbscript-and-jscript-in-vbs-js-wsf-and-hta-files.aspx
http://myitforum.com/cs2/blogs/maikkoster/archive/2009/03/25/debugging-vbscript-and-jscript-in-vbs-js-wsf-and-hta-files.aspx
ASKER
Hi,
Thanks again, but this is assuming the vbscript is in an external file.
My vbscript is all within the form.
Thanks for your help.
Thanks again, but this is assuming the vbscript is in an external file.
My vbscript is all within the form.
Thanks for your help.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Found answer myself
http://www.menon.bz/sblog/?p=772