Re: Failed to set breakpoint

Jan Wielemaker <[email protected]> Fri, 4 Apr 2014 10:34:15 +0200
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <[email protected]>
On 04/03/2014 09:51 PM, Alan Baljeu wrote:
> I have a file loaded containing the following generated predicate
> among others. �Pcemacs refuses to set a breakpoint on any line
> contained in it. �Other predicates in the same file, no problem. �But
> all predicates looking like this, problem. �If it matters, loop29 is
> generated, and the next time the file gets generated it may be called
> loop34. �
>
> loop29((Object, Key), [RefVar|M39], [ActiveVarId|N39]) :-
> ( ( RefVar= (Ref=_),
>   � �wait_instance_active(Object, Ref, ActiveVarId)
>   �),
>   �true
> ), !,
> loop29((Object, Key), M39, N39).
>
> loop29(_, [], []).

I recall you're running 6.4.x?  This works fine in 7.1.11.  Proof
attached.  Might also work in 6.6.

	Cheers --- Jan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: break.png
Type: image/png
Size: 45737 bytes
Desc: break.png
URL: <https://lists.iai.uni-bonn.de/pipermail/swi-prolog/attachments/20140404/486b2534/attachment.png>
_______________________________________________
SWI-Prolog mailing list
[email protected]
https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog