Поделиться через


VCDebugSettings - члены

Включить защищенные члены
Включить унаследованные члены

The VCDebugSettings object contains properties that allow you to programmatically manipulate the settings on the Debug property page, which is in the Configuration Properties folder of a project's Property Pages dialog box.

Универсальный тип VCDebugSettings предоставляет следующий члены.

Свойства

  Имя Описание
Открытое свойство ApplicationArguments Sets or gets arguments to the application that is to be debugged.
Открытое свойство ApplicationCommand Sets or gets the name of the application to be debugged.
Открытое свойство Attach Gets or sets a value indicating whether, when this project is debugged, the debugger should be attached to the process specified in the Command property.
Открытое свойство Command If Remote specifies local debugging and Attach is false, the Command property specifies the executable file to start when you invoke the debugger. If Attach is true and Remote specifies remote debugging, the Command property specifies the process to which the debug process should be attached when you invoke the debugger.
Открытое свойство CommandArguments Gets or sets the arguments to pass to the process specified in Command when Attach is false.
Открытое свойство DebuggerFlavor The debugger to launch.
Открытое свойство DebuggerType Gets or sets the debugger settings for managed or unmanaged code.
Открытое свойство Environment Gets or sets the environment for the debuggee, or variables to merge with the existing environment.
Открытое свойство EnvironmentMerge Gets or sets a value specifying whether to merge the specified environment variables with the existing environment.
Открытое свойство HttpUrl For ATL Server debugging, specifies the URL for the project.
Открытое свойство MPIAcceptFilter Gets or sets the Multi-Processor-Interface accept filter for the debugger.
Открытое свойство MPIAcceptMode Gets or set the Multi-Processor-Interface accept value for the debugger.
Открытое свойство MPIRunArguments Sets or gets the run arguments for Multi-Processor-Interface debugging.
Открытое свойство MPIRunCommand Sets or gets the name of the command to run under the Multi-Processor-Interface realm.
Открытое свойство MPIRunWorkingDirectory Sets or gets the Multi-Processor-Interface working directory.
Открытое свойство PDBPath Gets or sets the additional directories to search for symbol files.
Открытое свойство Remote Gets or sets local or remote debugging.
Открытое свойство RemoteCommand If Attach is false and Remote specifies remote debugging, the executable file starts when you invoke the debugger. If Attach is true and Remote specifies remote debugging, the RemoteCommand property specifies the process to which the debug process should be attached when you invoke the debugger.
Открытое свойство RemoteMachine When Remote specifies remote debugging, the RemoteMachine property specifies the name of the machine that contains the program to debug.
Открытое свойство ShimCommand Sets or gets the debugging shim command.
Открытое свойство SQLDebugging Enables SQL debugging for the project.
Открытое свойство WorkingDirectory The debugger's working directory. The default directory is the directory that contains the .vcproj file.

В начало страницы

См. также

Ссылки

VCDebugSettings Интерфейс

Microsoft.VisualStudio.VCProjectEngine - пространство имен