mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 05:09:23 +02:00
Debugger: Change default for *new* installations to FpDebug (Win/Linux)
git-svn-id: trunk@65230 -
This commit is contained in:
parent
caa6a14163
commit
d977133558
@ -31,5 +31,11 @@
|
|||||||
<Item2 Value="/var/tmp/"/>
|
<Item2 Value="/var/tmp/"/>
|
||||||
</History>
|
</History>
|
||||||
</TestBuildDirectory>
|
</TestBuildDirectory>
|
||||||
|
<Debugger>
|
||||||
|
<Configs>
|
||||||
|
<Config ConfigName="FpDebug" ConfigClass="TFpDebugDebugger" Active="True"/>
|
||||||
|
<Config ConfigName="Gdb" ConfigClass="TGDBMIDebugger" DebuggerFilename="/usr/bin/gdb"/>
|
||||||
|
</Configs>
|
||||||
|
</Debugger>
|
||||||
</EnvironmentOptions>
|
</EnvironmentOptions>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
@ -12,6 +12,11 @@
|
|||||||
</MakeFilename>
|
</MakeFilename>
|
||||||
<TestBuildDirectory Value="%Temp%">
|
<TestBuildDirectory Value="%Temp%">
|
||||||
</TestBuildDirectory>
|
</TestBuildDirectory>
|
||||||
<Debugger Class="TGDBMIDebugger"/>
|
<Debugger>
|
||||||
|
<Configs>
|
||||||
|
<Config ConfigName="FpDebug" ConfigClass="TFpDebugDebugger" Active="True"/>
|
||||||
|
<Config ConfigName="Gdb" ConfigClass="TGDBMIDebugger" DebuggerFilename="$(LazarusDir)mingw\$(TargetCPU)\bin\gdb.exe"/>
|
||||||
|
</Configs>
|
||||||
|
</Debugger>
|
||||||
</EnvironmentOptions>
|
</EnvironmentOptions>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user