Re: [Lazarus] Debugger in Mac refusing to start app

2013-09-29 Thread Martin
On 29/09/2013 07:30, Felipe Monteiro de Carvalho wrote: humm ... after working on something else for 20 minutes it started working again ... for now ... But a work around to try to unlock it would be good still =) I tried to kill gdb, but it was not running as far as I can tell... so it didn't

Re: [Lazarus] Lazarus debugger not working

2013-09-29 Thread MichaelaBarb
I did enter /usr/bin/dgb, I only missed the slash here. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-debugger-not-working-tp4033624p4033644.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. --

Re: [Lazarus] Lazarus debugger not working

2013-09-29 Thread MichaelaBarb
So, I got myself Parallels and Windows XP, on which the Lazarus runs perfectly. I think this is the best option for me now. I can come back to this problem when I'm a bit more experienced. Thank you all for your help, I really appreciate it. But it is hard to solve the problem when you cant see

Re: [Lazarus] Can Lazarus IDE debugger attach to already running process?

2013-09-29 Thread Graeme Geldenhuys
On 27/09/13 21:12, Martin wrote: ExecuteCommand('-gdb-set language pascal', [cfCheckError]); Adding that AFTER the attach did the trick. I can now query variables and class instances. Many thanks. BTW: In Lazarus IDE my debug info type was set to Auto. So which type does it default to under

Re: [Lazarus] Can Lazarus IDE debugger attach to already running process?

2013-09-29 Thread Martin
On 29/09/2013 11:34, Graeme Geldenhuys wrote: On 27/09/13 21:12, Martin wrote: ExecuteCommand('-gdb-set language pascal', [cfCheckError]); Adding that AFTER the attach did the trick. I can now query variables and class instances. Many thanks. Well thanks for testing. I changed this in svn.

[Lazarus] LazReport

2013-09-29 Thread Hew Lines
I'm trying to use LazReport to design a small report to print a formatted list of data contained in a two-dimensional string array of 99 records, each containing 17 data elements. I know I can load them into a table and use the table if I have to, but I have been trying to use the

Re: [Lazarus] LazReport

2013-09-29 Thread Reinier Olislagers
On 29/09/2013 19:49, Hew Lines wrote: I'm trying to use LazReport to design a small report to print a formatted list of data contained in a two-dimensional string array of 99 records, each containing 17 data elements. I know I can load them into a table and use the table if I have to, but I