<buttonid='play'title='jump to the next breakpoint'class='fa fa-play'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('play')}}disabled=${this.playDisabled}>
<buttonid='play'title='jump to the next breakpoint'class='fa fa-step-forward'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('play')}}disabled=${this.playDisabled}>
</button>
<divid='reverted'style="display:none">
<buttonid='jumptoexception'title='jump to exception'class='fa fa-exclamation-triangle'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('jumpToException',[self.revertionPoint])}}disabled=${this.jumpOutDisabled}>