调试器设置参数模块
DebuggerArgs
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Debugging.DebuggerArgs
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SaveErrorLog | 1 | |
| __logShell | 1 | Logging command shell history. |
| InitDebuggerEnvir | 1 | Initialize the global environment variables in this App process. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| ErrLogs | 1 | 错误日志的文件存储位置,默认是在AppData里面 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| DebuggerHelps | 1 | Some optional VisualBasic debugger parameter help information.(VisualBasic调试器的一些额外的开关参数的帮助信息) |
05 Members
SaveErrorLog(
String)Parameters
| Name | Type | Description |
|---|---|---|
log | String | 日志文本 |
__logShell(CommandLine)
Logging command shell history.
Parameters
| Name | Type | Description |
|---|---|---|
args | CommandLine | - |
InitDebuggerEnvir(CommandLine,
String)Initialize the global environment variables in this App process.
Parameters
| Name | Type | Description |
|---|---|---|
args | CommandLine | --echo on/off/all/warn/error --err <path.log> |
ErrLogs
错误日志的文件存储位置,默认是在AppData里面
DebuggerHelps
Some optional VisualBasic debugger parameter help information.(VisualBasic调试器的一些额外的开关参数的帮助信息)