<breakpoint> drop in to the debugger

name
breakpoint
xml namespace
http://moyaproject.com

Stops the execute of Moya code and drops in to the debugger.

Example

<!-- drop in to the debugger -->
<breakpoint/>

<for src="-100..100" dst="count">
    <!-- Conditional breakpoint with 'if' attribute -->
    <breakpoint if="count==0"/>
    <!-- This throws an exception when count is 0 -->
    <echo>${1/count}<echo>
</for>
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes