-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
Expected behavior
Debugger keeps instrumenting stuff
Actual behavior
After a while (with no discernible pattern) the debugger stops working. I instrument functions, but the breakpoint doesn't trigger anymore. If I restart the REPL it starts working again.
Steps to reproduce the problem
I don't have time to create a minimal reproducible case. This happens in the (huge) system at work, when I'm sending web requests using restclient-mode
to a version of our system running locally.
Since web-requests might run on different threads, that might be related. I'm hoping this issue will give me some stuff to try, before I start re-creating a smaller version of the system.
Environment & Version information
;; CIDER 0.16.0snapshot (package: 20171001.112), nREPL 0.2.12
;; Clojure 1.8.0, Java 1.8.0_151
Operating system
Ubuntu 16.04 LTS
pkvov, WIZARDELF, MicahElliott and kevinmershon