On Sat, 30 Jul 2016 16:43:03 +0100, Martin Frb <[email protected]> wrote:
>On 30/07/2016 16:37, Bo Berglund wrote: >> On Sat, 30 Jul 2016 12:45:54 +0100, Martin Frb <[email protected]> >> wrote: >> >>> >>> You dont have anything in Debugger_Startup_Options? >> Where can I find this? I looked in Project options but did not find >> anything seemingly connected to that. > >It is in the global options. in the property grid of the debugger settings. > >But it would apply to all projects. And if your error is some project >only..... > >Another thing, that may be worth checking is if you did set any >Environment values (run > run params) >that would be per project. All I see there is an override for the IP address of PIGPIO: PIGPIO_ADDR = 192.168.185.97 which is totally wrong for my network in any case That identifier is used in a statement like this to set a const value: PI_ENVADDR = 'PIGPIO_ADDR'; But however I search I cannot see where this is later used in the project... Anyway, changing it to the valid address of my Pi did not stop the gdb error. :( -- Bo Berglund Developer in Sweden -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
