|
|
@ -115,7 +115,7 @@ RubyDebuggerPart::RubyDebuggerPart( TQObject *parent, const char *name, const TQ
|
|
|
|
"breakpoint item allows you to change "
|
|
|
|
"breakpoint item allows you to change "
|
|
|
|
"the breakpoint and will take you "
|
|
|
|
"the breakpoint and will take you "
|
|
|
|
"to the source in the editor window."));
|
|
|
|
"to the source in the editor window."));
|
|
|
|
rdbBreakpointWidget->setIcon( SmallIcon("stop") );
|
|
|
|
rdbBreakpointWidget->setIcon( SmallIcon("process-stop") );
|
|
|
|
mainWindow()->embedOutputView(rdbBreakpointWidget, i18n("Breakpoints"), i18n("Debugger breakpoints"));
|
|
|
|
mainWindow()->embedOutputView(rdbBreakpointWidget, i18n("Breakpoints"), i18n("Debugger breakpoints"));
|
|
|
|
|
|
|
|
|
|
|
|
framestackWidget = new FramestackWidget( 0, "rdbFramestackWidget" );
|
|
|
|
framestackWidget = new FramestackWidget( 0, "rdbFramestackWidget" );
|
|
|
@ -170,7 +170,7 @@ RubyDebuggerPart::RubyDebuggerPart( TQObject *parent, const char *name, const TQ
|
|
|
|
"while it is running, in order to get information "
|
|
|
|
"while it is running, in order to get information "
|
|
|
|
"about variables, frame stack, and so on.") );
|
|
|
|
"about variables, frame stack, and so on.") );
|
|
|
|
|
|
|
|
|
|
|
|
action = new TDEAction(i18n("Sto&p"), "stop", 0,
|
|
|
|
action = new TDEAction(i18n("Sto&p"), "process-stop", 0,
|
|
|
|
this, TQT_SLOT(slotStop()),
|
|
|
|
this, TQT_SLOT(slotStop()),
|
|
|
|
actionCollection(), "debug_stop");
|
|
|
|
actionCollection(), "debug_stop");
|
|
|
|
action->setToolTip( i18n("Stop debugger") );
|
|
|
|
action->setToolTip( i18n("Stop debugger") );
|
|
|
|