You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cider/nrepl.clj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,8 @@
164
164
:requires #{#'wrap-print #'session}
165
165
:handles {"debug-input"
166
166
{:doc"Read client input on debug action."
167
-
:requires {"input""The user's reply to the input request."}
167
+
:requires {"input""The user's reply to the input request."
168
+
"key""The corresponding input request key."}
168
169
:returns {"status""done"}}
169
170
"init-debugger"
170
171
{:doc"Initialize the debugger so that `breakpoint` works correctly. This usually does not respond immediately. It sends a response when a breakpoint is reached or when the message is discarded."
0 commit comments