On Sat, Mar 18, 2017 at 9:20 AM, Michael Van Canneyt via Lazarus <
lazarus@lists.lazarus-ide.org> wrote:
> Is support for lldb for Lazarus planned ?
Technically, it should not be a problem.
lldb allows to debug any application, it's not llvm specific at all.
I'm actually using lldb a little bit
On 2017-03-18 13:20, Michael Van Canneyt via Lazarus wrote:
> Is support for lldb for Lazarus planned ?
Maybe it's time the fpdebug (native Object Pascal debugger) gets some
more attention, or the FPC team starts implementing there own debugger.
What good is a compiler without a debugger (somethin
On 2017-03-18 13:20, Michael Van Canneyt via Lazarus wrote:
> After 2 days of struggle trying to get gdb to work on mac os sierra,
> I've given up. Apple clearly wants you to use lldb.
I feel your pain, but at the hardware level. G*D DAMN APPLE! They are
driving me insane! What an evil company, pu
diff has 3 places of same (almost) text:
-Result := nil;
+ if (MonitorHandle = 0) and (MonitorDefault = mdNull) then
+Result := nil
+ else
+ begin
+// the user expects some monitor but handle wasn't found -> the
monitor list has probably changed
+UpdateMonitors;
+for i :
On 18/03/17 18:31, Juha Manninen via Lazarus wrote:
Please test with r54447.
Juha
Happy to confirm this is fixed - thank you.
Colin
--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus