<buttonclass='btn btn-primary btn-sm ${css.navigator} ${css.jumpButton} fas fa-step-forward'id='jumpnextbreakpoint'title='Jump to the next breakpoint'onclick=${function(){self.event.trigger('jumpNextBreakpoint')}}disabled=${this.jumpNextBreakpointDisabled}></button>
<buttonclass='btn btn-primary btn-sm ${css.navigator} ${css.jumpButton} fas fa-step-forward'id='jumpnextbreakpoint'data-id="buttonNavigatorJumpNextBreakpoint"title='Jump to the next breakpoint'onclick=${function(){self.event.trigger('jumpNextBreakpoint')}}disabled=${this.jumpNextBreakpointDisabled}></button>
</div>
<divid='reverted'style="display:none">
<buttonclass='btn btn-danger btn-sm'id='jumptoexception'title='Jump to exception'class='${css.navigator} ${css.button} fas fa-exclamation-triangle'onclick=${function(){self.event.trigger('jumpToException')}}disabled=${this.jumpOutDisabled}>