[Lldb-commits] [lldb] [lldb-dap] Implement `StepGranularity` for "next" and "step-in" (PR #105464)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 21 05:18:23 PDT 2024
================
@@ -3193,7 +3213,11 @@ void request_stackTrace(const llvm::json::Object &request) {
// "targetId": {
// "type": "integer",
// "description": "Optional id of the target to step into."
-// }
+// },
+// "granularity": {
+// "$ref": "#/definitions/SteppingGranularity",
+// "description": "Stepping granularity. If no granularity is specified, a
+// granularity of `statement` is assumed."
// },
----------------
vogelsgesang wrote:
missing closing `}`
https://github.com/llvm/llvm-project/pull/105464
More information about the lldb-commits
mailing list