DebugService REST Endpoints

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