Daniel Weinand
2004-12-16 11:23:00 UTC
hi,
i'm trying to debug an vbs script that is called by an application at
startup. in the script im usinf com objects from this application. so the
script must be started from within the app.
is there any chance to call the debugger out of the script taht was started
by the app?
as far as i know you have to call scripts like that to debug them:
Wscript //D C:\Test.vbs
now you can call the debugger with the "stop" statement.
due to the fact that my script is called by the application i cant use the
stop statement. cause the script is not called like above.
hope that anybody can understand my problem.
any ideas? proposals?
cheers
i'm trying to debug an vbs script that is called by an application at
startup. in the script im usinf com objects from this application. so the
script must be started from within the app.
is there any chance to call the debugger out of the script taht was started
by the app?
as far as i know you have to call scripts like that to debug them:
Wscript //D C:\Test.vbs
now you can call the debugger with the "stop" statement.
due to the fact that my script is called by the application i cant use the
stop statement. cause the script is not called like above.
hope that anybody can understand my problem.
any ideas? proposals?
cheers