[Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-23 Thread Dan Star via lazarus
Had to install MacPorts manually on my Catalina Mac.  Used LLVM Lazarus 
2.1 installed and runs OK.   Note that GDB Debugger I cannot get to work 
with Cocoa.


Dan
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-23 Thread Martin Frb via lazarus

On 23/10/19 15:37, Dan Star via lazarus wrote:
Had to install MacPorts manually on my Catalina Mac.  Used LLVM 
Lazarus 2.1 installed and runs OK.   Note that GDB Debugger I cannot 
get to work with Cocoa.


Dan


You do not need the gdb debugger. just switch to "lldb (with fpdebug)"


search the forum announcement board

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-23 Thread Dan Star via lazarus

On 23/10/19 15:37, Dan Star via lazarus wrote:
/> Had to install MacPorts manually on my Catalina Mac.  Used LLVM />/> Lazarus 2.1 installed and 
runs OK.   Note that GDB Debugger I cannot />/> get to work with Cocoa. />>//>/> Dan />
You do not need the gdb debugger. just switch to "lldb (with fpdebug)"



I do not know where to down the fpdebug package so it shows in the Debugger 
Window for picking.   It is not listed there (script didn't install it).  
Please advise.  Thanks.

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] OSX 64 bit Cocoa + Catalina Installer

2019-10-23 Thread Martin Frb via lazarus

On 23/10/19 18:25, Dan Star via lazarus wrote:

On 23/10/19 15:37, Dan Star via lazarus wrote:
/> Had to install MacPorts manually on my Catalina Mac.  Used LLVM 
/>/> Lazarus 2.1 installed and runs OK.   Note that GDB Debugger I 
cannot />/> get to work with Cocoa. />>//>/> Dan />

You do not need the gdb debugger. just switch to "lldb (with fpdebug)"



I do not know where to down the fpdebug package so it shows in the 
Debugger Window for picking.   It is not listed there (script didn't 
install it).  Please advise.  Thanks.



It is included in Lazarus, but may need to be added as package.

Menu Package > Install Packages

There should be LazDebuggerFPLldb  (ensure FP in the name).

Then rebuild


If you cant find it, the package is in 
components/lazdebuggers/lazdebuggerfplldb



Then go to Tools > Options

under debugger > debugger backend

you can change the settings. Instead of gdb, choose usr/bin/lldb (or 
whatever path lldb has)



lldb comes with the apple tools


https://forum.lazarus.freepascal.org/index.php/topic,42869.0.html

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus