Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisjbishop
Contributor III
Contributor III

vbScript debugging

Hi all, is there a debug mechanism for vbscript? similiar to the load script functionality. I'm reading posts about using the VBA Excel tool for this, but hoping that this functionality exists within QV 11.2 itself. Thank you!

3 Replies
Not applicable

AFAIK the unique way is using external tool, QV 11.2 doesn't have a debugger for Macro environment....

chrisjbishop
Contributor III
Contributor III
Author

Gu Franceso Yes thats what I've read. Anyone else know if you can debug a macro within QV?

fkeuroglian
Partner - Master
Partner - Master

Hi!

You can use:

msgobx()

exit sub

exit function

to debug manually the vbscript

Fernando