mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 05:49:11 +02:00
IDE: Change caption for debug info. Remove "GDB", as the settings apply to all debuggers
git-svn-id: trunk@60928 -
This commit is contained in:
parent
2e6f06cd26
commit
5e818f4ce4
@ -2379,9 +2379,9 @@ resourcestring
|
|||||||
dlgLevel4Opt = '4 (-O3 + aggressive optimizations, beware)';
|
dlgLevel4Opt = '4 (-O3 + aggressive optimizations, beware)';
|
||||||
dlgTargetOS = 'Target OS';
|
dlgTargetOS = 'Target OS';
|
||||||
dlgTargetCPUFamily = 'Target CPU family';
|
dlgTargetCPUFamily = 'Target CPU family';
|
||||||
dlgCOInfoForGDB = 'Info for GDB';
|
dlgCOInfoForGDB = 'Debugger info';
|
||||||
dlgCOOtherDebuggingInfo = 'Other debugging info';
|
dlgCOOtherDebuggingInfo = 'Other debugging info';
|
||||||
dlgCOGDB = 'Generate debugging info for GDB (slower / increases exe-size)';
|
dlgCOGDB = 'Generate info for the debugger (slower / increases exe-size)';
|
||||||
dlgCOSymbolType = 'Type of debug info';
|
dlgCOSymbolType = 'Type of debug info';
|
||||||
dlgCOSymbolTypeAuto = 'Automatic';
|
dlgCOSymbolTypeAuto = 'Automatic';
|
||||||
dlgCOSymbolTypeStabs = 'Stabs';
|
dlgCOSymbolTypeStabs = 'Stabs';
|
||||||
@ -2395,7 +2395,7 @@ resourcestring
|
|||||||
dlgGPROF = 'Generate code for gprof';
|
dlgGPROF = 'Generate code for gprof';
|
||||||
lisOnly32bit = 'only 32bit';
|
lisOnly32bit = 'only 32bit';
|
||||||
dlgCOStrip = 'Strip symbols from executable';
|
dlgCOStrip = 'Strip symbols from executable';
|
||||||
dlgExtSymb = 'Use external gdb debug symbols file';
|
dlgExtSymb = 'Use external debug symbols file';
|
||||||
dlgLinkSmart = 'Link smart';
|
dlgLinkSmart = 'Link smart';
|
||||||
dlgPassOptsLinker = 'Pass options to linker with "-k", delimiter is space';
|
dlgPassOptsLinker = 'Pass options to linker with "-k", delimiter is space';
|
||||||
dlgWin32GUIApp = 'Win32 gui application';
|
dlgWin32GUIApp = 'Win32 gui application';
|
||||||
|
Loading…
Reference in New Issue
Block a user