The following preferences can be set using the VJET > Debug preference page.
These options apply to vjet specific debuggers and have to do with hot code replace.
| Option | Description | Default |
|---|---|---|
| Show error when hot code replace fails | This option controls if the user will be presented with an error dialog when a hot code replace fails | On |
| Show error when hot code replace is not supported | This option controls if the user will be presented with an error dialog when hot code replace is not supported, and the user has made and saved changes to currently running code | On |
| Bind Address | This option allows bind a selected address | |
| Port | This option allows bind to typed port | |
| Connection timeout | This option describes the length of time (in milliseconds) the debugger will wait trying to communicate with a running VM before giving up and disconnecting | 10 |
| Response timeout | This option describes the length of time (in milliseconds) that a launch will wait to complete the launching process before giving up and terminating. This option has no bearing on the length of time a program will run, only how long the process of trying to run a program will wait | 3600 |
