Debug Method - arasplm/ArasVSMethodPlugin GitHub Wiki
This command gives possibility to debug a Aras Innovator method on the Visual Studio side.
To execute pause for debugging use following functions:
- Breakpoint
- System.Diagnostics.Debugger.Break()

Figure 1. Debug method in context menu

Figure 2. Debug method dialog
| Name | Description |
|---|---|
| Server URL | Server URL of current connection |
| Database | Database name of current connection |
| User | User login of current connection |
| Edit Connection Info | Button for changing current connection |
| Method Type | Method type of selected method. Only “Server” type is supported |
| Template Name | Template name of selected method. |
| Language | Language of selected method |
| Event Data | Event data of selected method |
| Method Preview | Selected method code preview |
| Method Context | Method context (Item) in debug mode |
| Method Name | Name of selected method |
| OK | OK button. Start to debug selected method |
| Cancel | Cancel button. Close dialog |
Table 1: Description of Debug method dialog