-dp- wrote: > I'm looking for a way to set a breakpoint using TkEclipse. It seems that > the Tracer Filter dialog is the intended way to do that, Let me first say that there are two _simple_ kinds of "breakpoints": * Spy points: they are set on a particular predicate name, and you will see all ports involving this predicate. They can be set in many ways: 1. the spy/1 predicate 2. via the predicate browser window 3. via the right-click context menu in the tracer's call stack window * Source line breakpoints: you set/unset them by clicking on the # sign on the right hand side of the tracer's Source Context window. Only for more complicated conjunctive conditions do you need the Filter functionality. > but the only > documentation I've been able to find for the Tracer Filter is this > annotated screencap: > > http://87.230.22.228/doc/tutorial/tutorial041.html#toc46 > > It's not enough to tell me how to define a spec that will cause > execution to pause whenever the Goal Template is matched (I don't need > an additional Condition). You can find details under the Tracer window's Help menu. I agree that this should ideally be in the manual as well. > No matter what I try in the Condition box, the > Go button remains disabled (see attached screencap). The GO-button is only enabled when you are currently tracing a goal. (it's not related to the filling of the filter-dialogue). -- JoachimReceived on Mon Feb 08 2010 - 07:09:45 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET