Property MyCodeModules
MyCodeModules
Gets or sets an array of full paths to modules treated as "My Code" for Just My Code debugging. If null, the main executable module is treated as "My Code".
public string[] MyCodeModules { get; set; }
Property Value
- string[]