[Lazarus] how to trace back the origin of events in LCL

2011-12-18 Thread Bernd
HI, I am sitting in front of a lot of code that was written by someone else and am trying to find out what is going on. Concrete example: Lazarus: trunk/debugger/registersdlg.pp TRegistersDlg = class(TDebuggerDlg) ... procedure RegistersChanged(Sender: TObject); ... end; I want to know

Re: [Lazarus] how to trace back the origin of events in LCL

2011-12-18 Thread Bernd
2011/12/18 Bernd prof7...@googlemail.com: I assume looking at the callstack won't help Problem solved. The callstack helped. It is called directly. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] [patch] Debugger: CPU registers: resetting display formats on every restart of the application

2011-12-18 Thread Bernd
This one has annoyed me a lot during the last few days while debugging some assembly code: The display of the cpu registers always reverted to rdDefault (which is decimal for the registers I was interested in) every time I restarted my application, it was so annoying and time consuming setting

Re: [Lazarus] [patch] Debugger: CPU registers: resetting display formats on every restart of the application

2011-12-18 Thread Martin
On 18/12/2011 12:20, Bernd wrote: This one has annoyed me a lot during the last few days while debugging some assembly code: The display of the cpu registers always reverted to rdDefault (which is decimal for the registers I was interested in) every time I restarted my application, it was so

Re: [Lazarus] RE : Open File troubles.

2011-12-18 Thread Graeme Geldenhuys
On 17 December 2011 17:37, Ludo Brands wrote: Perhaps it used it already but without an interface to change it? The patch I supplied added the functionality _and_ created the new configuration screen. There never was a patch without the UI interface. -- Regards,   - Graeme -