mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 09:19:17 +02:00
IDE, Debugger: Updated "debugger error" msg.
This commit is contained in:
parent
a9cb3d0967
commit
dccfe2257d
@ -1449,8 +1449,7 @@ begin
|
|||||||
// shutting down lazarus may kill gdb, so we get an error
|
// shutting down lazarus may kill gdb, so we get an error
|
||||||
if not Application.Terminated
|
if not Application.Terminated
|
||||||
then FeedbackDlg.ExecuteFeedbackDialog
|
then FeedbackDlg.ExecuteFeedbackDialog
|
||||||
(Format(lisDebuggerErrorOoopsTheDebuggerEnteredTheErrorState,
|
(Format(lisDebuggerErrorOoopsTheDebuggerEnteredTheErrorState, [LineEnding])
|
||||||
[LineEnding+LineEnding, LineEnding, LineEnding+LineEnding])
|
|
||||||
+ LineEnding + LineEnding + FDebugger.ErrorStateMessage,
|
+ LineEnding + LineEnding + FDebugger.ErrorStateMessage,
|
||||||
FDebugger.ErrorStateInfo, ftError, [frStop]);
|
FDebugger.ErrorStateInfo, ftError, [frStop]);
|
||||||
end;
|
end;
|
||||||
|
@ -4184,10 +4184,10 @@ resourcestring
|
|||||||
lisMacroPromptEnterRunParameters = 'Enter run parameters';
|
lisMacroPromptEnterRunParameters = 'Enter run parameters';
|
||||||
|
|
||||||
// debugger
|
// debugger
|
||||||
lisDebuggerErrorOoopsTheDebuggerEnteredTheErrorState = 'Debugger error'
|
lisDebuggerErrorOoopsTheDebuggerEnteredTheErrorState =
|
||||||
+'%sOoops, the debugger entered the error state'
|
'The debugger encountered an internal error.'
|
||||||
+'%sSave your work now !'
|
+'%0:s%0:sSave your work.'
|
||||||
+'%sHit Stop, and hope the best, we''re pulling the plug.';
|
+'%0:sYou may then hit "Stop", or "Reset debugger" to terminate the debug session.';
|
||||||
lisExecutionStopped = 'Execution stopped';
|
lisExecutionStopped = 'Execution stopped';
|
||||||
lisExecutionStoppedExitCode = 'Execution stopped with exit-code %1:d ($%2:s)';
|
lisExecutionStoppedExitCode = 'Execution stopped with exit-code %1:d ($%2:s)';
|
||||||
lisFileNotFound = 'File not found';
|
lisFileNotFound = 'File not found';
|
||||||
|
Loading…
Reference in New Issue
Block a user