Devel-hdb
view release on metacpan or search on metacpan
lib/Devel/hdb/html/debugger.js view on Meta::CPAN
}
});
Handlebars.registerPartial('breakpoint-code-template', $('#breakpoint-code-template').html() );
Handlebars.registerPartial('action-code-template', $('#action-code-template').html() );
Handlebars.registerPartial('breakpoint-right-click-template', $('#breakpoint-right-click-template').html() );
this.templates = {
fileTab: Handlebars.compile( $('#file-tab-template').html() ),
navTab: Handlebars.compile( $('#nav-tab-template').html() ),
navPane: Handlebars.compile( $('#nav-pane-template').html() ),
currentSubAndArgs: Handlebars.compile( $('#current-sub-and-args-template').html() ),
breakpointRightClickMenu: Handlebars.compile( $('#breakpoint-right-click-template').html() ),
saveLoadBreakpointsModal: Handlebars.compile($('#save-load-breakpoints-modal-template').html() ),
subPickerTemplate: Handlebars.compile($('#sub-picker-template').html() ),
quickBreakpointModal: Handlebars.compile($('#quick-breakpoint-entry-template').html() ),
};
// The step in, over, run buttons
var $control_buttons = this.$control_buttons = $('.control-button').attr('disabled',true);
var restInterface = this.restInterface = new RestInterface('');
( run in 1.340 second using v1.01-cache-2.11-cpan-49f99fa48dc )