Microsoft
98-372 · Question #210
You want to debug a class library project that will be used by an application named MyApplication.exe. MyApplication.exe is not part of your Microsoft Visual Studio project and is not running currentl
The correct answer is C. Set the project's Start Action setting to Start external program and select MyApplication.exe.. See the full explanation below for the reasoning.
Question
You want to debug a class library project that will be used by an application named MyApplication.exe. MyApplication.exe is not part of your Microsoft Visual Studio project and is not running currently. You want MyApplication.exe to start automatically. What should you do?
Options
- ASet the project's Start Action setting to Start project.
- BSet the command line arguments to start:MyApplication.exe.
- CSet the project's Start Action setting to Start external program and select MyApplication.exe.
- DSet the command line arguments to debug:MyApplication.exe.
How the community answered
(32 responses)- A13% (4)
- B6% (2)
- C78% (25)
- D3% (1)
Community Discussion
No community discussion yet for this question.