Lisp HUG Maillist Archive

Debugger says "No Code at this Point"

Hello,

I’m trying to use the debugger with the button on the tool bar and my cursor placed somewhere in my code, say on the ‘i’ of an ‘if’ statement.  When I click the button I get a dialog stating “No code at this position.”.

Is this something I can work around?

—
Burton Samograd
BusFactor1@gmail.com http://BusFactor1.ca
http://twitter.com/BusFactor1 http://facebook.com/BusFactor1 http://instagram.com/BusFactor1

Re: Debugger says "No Code at this Point"

Try putting the cursor on the opening paren of the ‘if’ form (since ‘if’ is a
special operator, evaluation never reaches the ‘i’ like it does for a function
call).

-- 
Martin Simmons
LispWorks Ltd
http://www.lispworks.com/


>>>>> On Thu, 12 Jan 2017 20:23:36 -0800 (PST), BusFactor1 Inc. said:
> 
> Hello,
> 
> 
> I’m trying to use the debugger with the button on the tool bar and my cursor placed somewhere in my code, say on the ‘i’ of an ‘if’ statement.  When I click the button I get a dialog stating “No code at this position.”.
> 
> 
> Is this something I can work around?
> 
> 
>   —
> Burton Samograd
> BusFactor1@gmail.com http://BusFactor1.ca
> http://twitter.com/BusFactor1 http://facebook.com/BusFactor1 http://instagram.com/BusFactor1

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:31 UTC