Fork me on GitHub
#cursive
<
2019-11-17
>
cfleming02:11:37

@potetm No, I haven’t seen that, and it hasn’t been reported through the tracker. I’ll see if I can figure that out.

potetm02:11:53

it happened any time I tried to print something out of a go loop

potetm02:11:31

Like I said, I didn’t make a minimal repro, but that’s what I was doing at the time.

potetm02:11:21

basically something like (go-loop [] (<! (timeout 1000)) (println "foo") (recur))

emccue15:11:08

Is there a way to have the stepper be triggered from the repl?

emccue15:11:32

If i run a main w/ debug it all works fine

emccue15:11:55

but clicking the debug icon on the repl doesnt seem to do anything

emccue15:11:05

(im not sure what the intended behaviour is)

cfleming20:11:22

You should be able to just run your REPL in debug mode.