本文介绍了当进程在后台运行时暂停调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的代码如下:

My code is below :

Dim filePathArg As String = "C:\Documents and Settings\Administrator\Desktop\MSI Installer\Dependency Setup\SQL Setup\x86\setup\setupsql.exe Start /Wait -s -fl ""C:\Documents and Settings\Administrator\Desktop\MSI Installer\Dependency Setup\SQL Setup\x86\setup\setup.iss"""

Shell(filePathArg, AppWinStyle.Hide)



上面的代码可以完美运行,以静默方式安装在SQL Server 2000中(即命令提示符)
但是我想做的是,下一行将在完成后台进程后进行调试(即等待运行调试)

我该如何解决以上问题?
请帮助我..



Above code is perfectly running to install in SQL server 2000 in silent mode(i.e. command prompt)
But i want to do that other next line will debuging after complete background process (i.e. to wait running debug)

How will i solve the above problem??
Please help me..

推荐答案


这篇关于当进程在后台运行时暂停调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 15:52
查看更多