Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-23 Thread GREP
I tried that but with me did not work -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Debugging-Wince-shows-NO-debugger-output-tp4034315p4034455.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. --

Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-14 Thread Sven Barth
Am 13.11.2013 21:40, schrieb GREP: Hi I could not get the breakpoints to work, I googled a lot, tried all the suggestions unsuccessfully. Did you find this bug report http://bugs.freepascal.org/view.php?id=21061 on your search? (and also the related ones) Regards, Sven -- ___

Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-14 Thread Sven Barth
Am 13.11.2013 22:49, schrieb Martin: On 13/11/2013 20:40, GREP wrote: Hi I could not get the breakpoints to work, I googled a lot, tried all the suggestions unsuccessfully. After a full day of trial I ended up that now the project does not show anything in the Debugger output window. I have thi

Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-13 Thread Martin
On 13/11/2013 20:40, GREP wrote: Hi I could not get the breakpoints to work, I googled a lot, tried all the suggestions unsuccessfully. After a full day of trial I ended up that now the project does not show anything in the Debugger output window. I have this setup Windows XP, lazarus 1.0,12, sv

[Lazarus] Debugging Wince shows NO debugger output

2013-11-13 Thread GREP
Hi I could not get the breakpoints to work, I googled a lot, tried all the suggestions unsuccessfully. After a full day of trial I ended up that now the project does not show anything in the Debugger output window. I have this setup Windows XP, lazarus 1.0,12, svn 42478 (installed with the exe

Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-13 Thread Chris Kelling
As a work around, try using showmessage(variable.field): That will at least let you see what's in the variable at that point, and program execution should stop until you hit OK. -Chris Information in this message is intended for sole use of the recipient unless otherwise noted. > On Nov 13