[Lazarus] Add notification to callstack change.
Everton Vieira
tonvieira at gmail.com
Wed Feb 8 16:15:41 CET 2012
The case is: I have an enviroment that i can`t use the debugger of the lazarus, if i could i would by sure, then i`m trying to make some kind of log of some units, that times works out pretty well and some times don't. Here in my machine works out pretty well. I have already an to dame primitive function that makes that log that i need but i been thinking in how to make that log in a better way.
Em 08/02/2012, às 12:26, Sven Barth escreveu:
> Am 08.02.2012 15:00, schrieb Everton Vieira:
>> Hi there.
>>
>> I know very little about notifications, and maybe what i know is wrong, so any help would be useful.
>>
>> I`m trying to add some kind of notication that triggers an event when the callstack of the application is changed.
>>
>> By example, the Application.onException is trigged when an exception happens, some event similar to triggers when the callstack is changed, in other words, when the execution go to the next line of the code.
>>
>> Please help, any help will be usefull.
>
> You can't do this in an application itself. You need to use a debugger for that. Or do you mean interfacing with Lazarus' debugger interface?
>
> Regards,
> Sven
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
More information about the Lazarus
mailing list