Disable watchpoint stepping by default (use cy step -w or cy step --watchpoint to...
authorMark Florisson <markflorisson88@gmail.com>
Tue, 14 Dec 2010 23:05:51 +0000 (00:05 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Tue, 14 Dec 2010 23:05:51 +0000 (00:05 +0100)
commit05444495597b50f8978c70c7f1f3b1d51058aae3
tree15e44b11c58abe81260268496ccdce9ee8666560
parente325fbee725fa21eb49941ad84ac49bfccf11021
Disable watchpoint stepping by default (use cy step -w or cy step --watchpoint to enable) as hardware watchpoints are limited.
Cython/Debugger/libcython.py
Cython/Debugger/libpython.py