[wingide-users] Breakpoint hits without stopping?
Wingware Support
support at wingware.com
Tue Jun 8 12:35:06 MDT 2010
On 6/8/2010 2:13 PM, Mitchell L Model wrote:
> Wing has a nice selection of breakpoint features, but it doesn't have
> any support for tracing execution paths. (Python's trace module can be
> used for that.) It occurred to me that a slight addition to Wing's
> breakpoint features could offer at least a partial trace functionality:
> I would like a way to set a breakpoint so the program doesn't stop at
> that line of code but it does record execution of that line as a
> breakpoint "hit". It could be a separate counter ("executed", perhaps,
> to leave "hit" with its current meaning).
I think you can set the ignore count to a very high number to get this
functionality; you also could set a breakpoint condition that always
evaluates to false. We'll try to add a cleaner way of doing this in the
future.
Cheers,
John
More information about the wingide-users
mailing list