Skip to content

Commit

Permalink
Force debug on for runtrace command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Dec 20, 2021
1 parent 8fcfbcd commit 463bc70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp/src/main/java/workspace/DAPWorkspaceManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ public JSONObject ctRunOneTrace(DAPRequest request, String name, long testNumber
{
throw new LSPException(RPCErrors.ContentModified, "Specification has errors");
}

noDebug = false; // Force debug on for runOneTrace

return ct.runOneTrace(Utils.stringToName(name), testNumber);
}
Expand Down

0 comments on commit 463bc70

Please sign in to comment.