mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 11:18:22 +02:00
Merged revision(s) 65404 #b95ffe16ac from trunk:
EnvironmentOpt.xml: Fix gdb location for windows (new installation) ........ git-svn-id: branches/fixes_2_2@65405 -
This commit is contained in:
parent
3d7e0f2f4f
commit
a1ff73fe2b
@ -15,7 +15,7 @@
|
||||
<Debugger>
|
||||
<Configs>
|
||||
<Config ConfigName="FpDebug" ConfigClass="TFpDebugDebugger" Active="True"/>
|
||||
<Config ConfigName="Gdb" ConfigClass="TGDBMIDebugger" DebuggerFilename="$(LazarusDir)mingw\$(TargetCPU)\bin\gdb.exe"/>
|
||||
<Config ConfigName="Gdb" ConfigClass="TGDBMIDebugger" DebuggerFilename="$(LazarusDir)\mingw\$(TargetCPU)-$(TargetOS)\bin\gdb.exe"/>
|
||||
</Configs>
|
||||
</Debugger>
|
||||
</EnvironmentOptions>
|
||||
|
Loading…
Reference in New Issue
Block a user