Table of Contents

Property MyCodeModules

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

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[]