[Lazarus] Step Over/Into doesn't work if I store session info in a separate file

Martin Frb lazarus at mfriebe.de
Thu Jan 30 04:04:00 CET 2014


On 30/01/2014 00:44, Felipe Monteiro de Carvalho wrote:
> On Wed, Jan 29, 2014 at 4:33 PM, Martin Frb <lazarus at mfriebe.de> wrote:
>> The address suggests (if normal mem layout applies), that this is  inside a
>> dll (system dll). So that would explain why it cant set a breakpoint there.
>> That can happen, if the dll is executed in a 2nd thread. E.g. the file
>> open/close dialogs, start several system threads.
> There are no DLLs involved and the code is running in the main thread.
> The project uses some threads, however, but not in this part of the
> code.
>

On windows there always are. like kernel32.dll or whatever it is called.

And about threading, even if you do not use them, open a file-open 
dialog, and there will be some.




More information about the Lazarus mailing list