On 30/01/2014 00:44, Felipe Monteiro de Carvalho wrote:
On Wed, Jan 29, 2014 at 4:33 PM, Martin Frb <[email protected]> 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.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to