DebugService REST Endpoints
DebugService
Debug service operations
- Execute Math To Line
- Method: getPath:
/rest/debuggerService/execute/{debugSessionId}/{destinationLineNumber} - Get Debug Session Valuation
- Method: getPath:
/rest/debuggerService/valuation/{debugSessionId} - Initiate Activity Debugging Session
- Method: getPath:
/rest/debuggerService/activity/{activityGuid} - Initiate Segment Debugging Session
- Method: getPath:
/rest/debuggerService/segment/{segmentGuid} - Step Backward
- Method: getPath:
/rest/debuggerService/stepBackward/{debugSessionId} - Step Forward
- Method: getPath:
/rest/debuggerService/stepForward/{debugSessionId} - Unload Debugging Session
- Method: getPath:
/rest/debuggerService/unload/{debugSessionId} - Validate Debug Service Connection
- Method: getPath:
/rest/debuggerService/validate