I am trying to debug a DLM (dynamic load module, like a DLL in Windows)
with Eclipse on Linux. I can compile the DLM with Eclipse and the
application which uses it runs fine. However when I try to attach
Eclipse to its process, the program which uses the DLM just freezes,
even if the DLM itself is not being used at that moment. Am I doing
something wrong?
Thanks,
Bruno
Robert Klemme - 03 May 2006 14:31 GMT
> I am trying to debug a DLM (dynamic load module, like a DLL in Windows)
> with Eclipse on Linux. I can compile the DLM with Eclipse and the
> application which uses it runs fine. However when I try to attach
> Eclipse to its process, the program which uses the DLM just freezes,
> even if the DLM itself is not being used at that moment. Am I doing
> something wrong?
IIRC there is an option that controls whether the application attached
to is stopped on connection.
robert