mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 17:49:21 +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/"/>
|
||||
</History>
|
||||
</TestBuildDirectory>
|
||||
<Debugger>
|
||||
<Configs>
|
||||
<Config ConfigName="FpDebug" ConfigClass="TFpDebugDebugger" Active="True"/>
|
||||
<Config ConfigName="Gdb" ConfigClass="TGDBMIDebugger" DebuggerFilename="/usr/bin/gdb"/>
|
||||
</Configs>
|
||||
</Debugger>
|
||||
</EnvironmentOptions>
|
||||
</CONFIG>
|
||||
|
@ -12,6 +12,11 @@
|
||||
</MakeFilename>
|
||||
<TestBuildDirectory Value="%Temp%">
|
||||
</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>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user