This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7a84ecb
1 parent 28594fc commit 7a84ecb Copy full SHA for 7a84ecb
File tree 1 file changed +3
-3
lines changed
test/clj/cider/nrepl/middleware
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
97
97
(def-debug-op :next )
98
98
(def-debug-op :continue )
99
- (def-debug-op :Continue )
99
+ (def-debug-op :continue-all )
100
100
(def-debug-op :in )
101
101
102
102
(defmethod debugger-send :out [_ & [force?]]
261
261
(<-- {:debug-value " 1" :coor [1 3 1 ]}) ; a in foo
262
262
(--> :continue )
263
263
(<-- {:debug-value " 2" :coor [1 3 1 ]}) ; a in foo
264
- (--> :Continue )
264
+ (--> :continue-all )
265
265
(<-- {:value " :fin" })
266
266
(<-- {:status [" done" ]})))
267
267
615
615
(.startsWith file " jar:file:" )
616
616
(.endsWith file " /nrepl/server.clj" ))
617
617
618
- (--> :Continue )
618
+ (--> :continue-all )
619
619
(<-- {:value " {:transport 23}" })
620
620
(<-- {:status [" done" ]}))
You can’t perform that action at this time.
0 commit comments