Re: Debugging with Cider

2015-05-06 Thread Artur Malabarba
Stepping into a function that wasn't previously isntrumented is not supported yet. However, you can just instrument both functions (C-u C-M-x on each one), and when one function calls the other you'll seamlessly step through both. Cheers, Artur -- You received this message because you are

Debugging with Cider

2015-05-06 Thread Timur
Hi everyone, I just discovered after reading the post [1], CIDER has debugging facility for Clojure. It seems to be nice but what I could not find was the step in functionality. Is there such a functionality that you are aware of? Thanks in advance! Regards, Timur [1] http

Re: Debugging with Cider

2015-05-06 Thread Timur
Okay thanks that should be enough. On Wednesday, May 6, 2015 at 12:07:29 PM UTC+2, Artur Malabarba wrote: Stepping into a function that wasn't previously isntrumented is not supported yet. However, you can just instrument both functions (C-u C-M-x on each one), and when one function calls

Re: Debugging in CIDER

2015-04-02 Thread Artur Malabarba
From a look at how it works, is it fair to say that this is mostly designed for debugging a function at a time You can instrument as many functions as you want with C-u C-M-x, and debugger will seamlessly jump between them as they're getting executed. -- You received this message because

Re: Debugging in CIDER

2015-04-02 Thread Avi Avicenna
Kudos to Bozhidar and all CIDER contributors! I am hyped for CIDER 0.9 On Sunday, 29 March 2015 00:46:33 UTC+7, Bozhidar Batsov wrote: Hey everyone, Just wanted to let you know that the most requested feature for CIDER (a debugger, in case you're wondering) has just landed in the master

Re: Debugging in CIDER

2015-04-02 Thread Colin Fleming
Great, thanks Artur, very interesting. Very nice work! On 2 April 2015 at 21:02, Artur Malabarba arturmalaba...@gmail.com wrote: From a look at how it works, is it fair to say that this is mostly designed for debugging a function at a time You can instrument as many functions as you want

Re: Debugging in CIDER

2015-04-01 Thread MOY
Nice work !!! On Sunday, March 29, 2015 at 1:46:33 AM UTC+8, Bozhidar Batsov wrote: Hey everyone, Just wanted to let you know that the most requested feature for CIDER (a debugger, in case you're wondering) has just landed in the master branch (

Re: Debugging in CIDER

2015-03-31 Thread Colin Fleming
This looks nice! In particular the fact that it's expression based makes me jealous. From a look at how it works, is it fair to say that this is mostly designed for debugging a function at a time, i.e. you can't easily step from one function to another? Or does it instrument multiple functions in

Re: Debugging in CIDER

2015-03-30 Thread Matt Mitchell
Awesome. +1 for a new release too, lots of other good stuff in there too. - Matt On Saturday, March 28, 2015 at 1:46:33 PM UTC-4, Bozhidar Batsov wrote: Hey everyone, Just wanted to let you know that the most requested feature for CIDER (a debugger, in case you're wondering) has just

Debugging in CIDER

2015-03-28 Thread Bozhidar Batsov
Hey everyone, Just wanted to let you know that the most requested feature for CIDER (a debugger, in case you're wondering) has just landed in the master branch ( https://github.com/clojure-emacs/cider/pull/1019#issuecomment-87240470). The new CIDER debugger is inspired by edebug (Emacs's own

Re: Debugging with Cider

2014-01-08 Thread boz
I'd like to see Ritz with cider too. :) Just for reference... there is already an issue on the Ritz repo: https://github.com/pallet/ritz/issues/112 and there are a number of Ritz related issues on the Cider repo: https://github.com/clojure-emacs/cider/search?q=ritzref=cmdformtype=Issues On

Debugging with Cider

2013-10-31 Thread Matthew O. Smith
Hi all, Has anyone gotten debugging in emacs working with cider (was nrepl). I did fork and update cljdb but it is pretty old school. https://github.com/m0smith/cljdb Is there any work on ritz or cdt? Thanks. -- -- You received this message because you are subscribed to the Google Groups