We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac615c commit 0feb6c3Copy full SHA for 0feb6c3
cider-debug.el
@@ -702,7 +702,7 @@ TARGET is inside it. The returned list is suitable for use in
702
(nrepl-dbind-response cider--debug-mode-response (line column)
703
(if (and line column)
704
(progn ;; Get to the proper line & column in the file
705
- (forward-line (- line (line-number-at-pos)))
+ (forward-line (- line 1 (line-number-at-pos)))
706
(move-to-column column))
707
(beginning-of-defun))
708
;; Is HERE inside the sexp being debugged?
0 commit comments