Fork me on GitHub
#cider
<
2016-07-15
>
nooga00:07:47

I’m using https://github.com/ptaoussanis/tufte for profiling, readme says it should append its ouput to *out* but when I try to profile some forms, the output is nowhere to be found - not in the repl buffer, not in the server buffer, nowhere

nooga00:07:46

I noticed that sometimes stdout from my processes gets lost whilie using cider

Drew Verlee01:07:50

newbie question, how do you invoke cider-debugger as part of a more complicated application that i would need to start from the command like via lien test-something

scriptor02:07:47

if C-c C-c isn't working, is there anything else I can try to stop evaluation in a repl?

bozhidar12:07:13

@nooga: I’d suggest filing a ticket regarding this; you should attach the nrepl messages in the nrepl-messages buffer there

bozhidar12:07:23

@drewverlee: not sure what you mean by this; more details would be useful

bozhidar12:07:45

@scriptor: nope, there’s nothing else you can do

bozhidar12:07:05

what happening when you press C-c C-c in the REPL? what are the message in nrepl-messages?

jan.zy15:07:46

@nooga: could you mention me in the ticket when you create it? I think I had the same problem

nooga15:07:24

@jan.zy sure, though I’m still investigating to eliminate my own fault before submitting the ticket

Drew Verlee17:07:24

@bozhidar: If I want to set a break point inside a function that gets called as part of test. How do i run the tests lein test something and have the program stop at the break point so i can inspect stuff.

malabarba22:07:23

@drewverlee: It should work if you run the tests from cider

malabarba22:07:30

like with cider-run-ns-tests

malabarba22:07:59

If you run lein test something in the terminal then that's an entirely separate JVM process

malabarba22:07:07

cider has no access to that