Hi All,<div><br></div><div>I am evaluating/using racket and DrRacket for my daily work and so far am quite impressed. Maybe I am being bit greedy or maybe this is something I have overlooked, :-) . I was wondering if there a facility to evaluate expression while in debugging mode. For example say I am debugging the following function below and the &#39;debugger stepper&#39; is about to execute (+ a b). What I would like to do is evaluate an ad hoc racket expression - for example (- a b) and get the result of it. Here is the code </div>
<div><br></div><div><div>(define (dosomething a b)</div><div>  (* (+ a b)  ;; the debugger is here</div><div>     (* a a) </div><div>     (* b b)))</div></div><div><br></div><div>For analogy the functionality that I explained is similar to the immediate window functionality of Visual Studio.</div>
<div><br></div><div>Is this possible in racket? I have attached a screenshot of the debugger.</div><div><br></div><div>Many Thanks</div><div>Bikal</div><div><br></div><div><br></div>