Implemented stepping back & changing variables
This commit is contained in:
parent
81f8e6fcf1
commit
d704af2501
5 changed files with 39 additions and 14 deletions
|
|
@ -31,6 +31,8 @@ class GDBDebugSession extends MI2DebugSession {
|
|||
response.body.supportsConditionalBreakpoints = true;
|
||||
response.body.supportsFunctionBreakpoints = true;
|
||||
response.body.supportsEvaluateForHovers = true;
|
||||
response.body.supportsSetVariable = true;
|
||||
response.body.supportsStepBack = true;
|
||||
this.sendResponse(response);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue