Link to home
Create AccountLog in
Avatar of jazz__man
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
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

Check this link to debug VB Script

http://www.menon.bz/sblog/?p=772
Avatar of jazz__man
jazz__man

ASKER

Hi,

Is there not a way of stepping into vbscript without taking your vbcript out with the context of a form?

Thanks
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.

ASKER CERTIFIED SOLUTION
Avatar of jazz__man
jazz__man

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Found answer myself