mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 00:22:01 +02:00
Debugger, GDBMI: Enable some "property" settings for gdbserver and over-ssh / those were omitted by accident.
git-svn-id: trunk@61537 -
This commit is contained in:
parent
9bf589f433
commit
93cfa99541
@ -86,6 +86,7 @@ type
|
||||
property InternalStartBreak;
|
||||
property UseNoneMiRunCommands;
|
||||
property DisableLoadSymbolsForLibraries;
|
||||
property DisableForcedBreakpoint;
|
||||
//property WarnOnSetBreakpointError;
|
||||
property CaseSensitivity;
|
||||
property GdbValueMemLimit;
|
||||
@ -93,6 +94,7 @@ type
|
||||
property AssemblerStyle;
|
||||
property DisableStartupShell;
|
||||
property FixStackFrameForFpcAssert;
|
||||
property FixIncorrectStepOver;
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
@ -101,6 +101,7 @@ type
|
||||
property InternalStartBreak;
|
||||
property UseNoneMiRunCommands;
|
||||
property DisableLoadSymbolsForLibraries;
|
||||
property DisableForcedBreakpoint;
|
||||
//property WarnOnSetBreakpointError;
|
||||
property CaseSensitivity;
|
||||
property GdbValueMemLimit;
|
||||
@ -108,6 +109,7 @@ type
|
||||
property AssemblerStyle;
|
||||
property DisableStartupShell;
|
||||
property FixStackFrameForFpcAssert;
|
||||
property FixIncorrectStepOver;
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
Loading…
Reference in New Issue
Block a user