Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Sven Barth
On 16.12.2015 19:11, Martin Frb wrote: On 16/12/2015 17:26, Ondrej Pokorny wrote: On 16.12.2015 18:20, Bart wrote: On 12/16/15, Ondrej Pokorny wrote: >I had the same issue on Windows 10 and was advised to check >DisableLoadSymbolsForLibraries (I don't remember who advised

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Bart
On 12/16/15, Ondrej Pokorny wrote: > I had the same issue on Windows 10 and was advised to check > DisableLoadSymbolsForLibraries (I don't remember who advised me, sorry). Yoe beat me to it. (And I was the one.) > See http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips > >

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Martin Frb
On 16/12/2015 19:57, Sven Barth wrote: What about fpdebug? Does it work for Win64? Not tested recently, but a year ago it did. It is missing many features though. Even breakpoints do not always work (e.g. generics, where the same pascal code has more than one address in memory. --

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Andrea Mauri
32 or 64 bit? win 64 lazarus 32 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working Does it work outside the IDE? (without gdb). yes. the exe file works fine --- Questa e-mail

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Andrea Mauri
thanks a lot! Il 16/12/2015 18:15, Ondrej Pokorny ha scritto: On 16.12.2015 17:52, Andrea Mauri wrote: Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger

[Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Andrea Mauri
Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working andrea --- Questa e-mail รจ stata controllata per individuare virus con Avast

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Bart
On 12/16/15, Andrea Mauri wrote: > Dear all, > windows 10, lazarus 1.6 rc1 fpc 3.0 > I put a button and an opendialog on a form > Onclick button I put > opendialog.execute > clicking button lazarus stop workin with message debugger error > gdb stop working See

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Ondrej Pokorny
On 16.12.2015 18:20, Bart wrote: On 12/16/15, Ondrej Pokorny wrote: >I had the same issue on Windows 10 and was advised to check >DisableLoadSymbolsForLibraries (I don't remember who advised me, sorry). Yoe beat me to it. (And I was the one.) :) Is it

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Martin Frb
On 16/12/2015 16:52, Andrea Mauri wrote: Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 32 or 64 bit? I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working Does it work outside the

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Martin Frb
On 16/12/2015 17:26, Ondrej Pokorny wrote: On 16.12.2015 18:20, Bart wrote: On 12/16/15, Ondrej Pokorny wrote: >I had the same issue on Windows 10 and was advised to check >DisableLoadSymbolsForLibraries (I don't remember who advised me, sorry). Yoe beat me to it. (And I

Re: [Lazarus] lazarus 1.6 rc1 fpc 3.0 opendialog

2015-12-16 Thread Ondrej Pokorny
On 16.12.2015 17:52, Andrea Mauri wrote: Dear all, windows 10, lazarus 1.6 rc1 fpc 3.0 I put a button and an opendialog on a form Onclick button I put opendialog.execute clicking button lazarus stop workin with message debugger error gdb stop working I had the same issue on Windows 10 and was