Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Remote debugging problem: (2 Items)
   
Remote debugging problem  
I am using momentics 4.0.1 and trying to debug remote target.
After i lauched the debug session, the console in the ide gave me these:

[Switching to process 978989 (state = 0x03)]
Stopped due to shared library event
Stopped due to shared library event
Stopped due to shared library event
Stopped due to shared library event
Stopped due to shared library event
Stopped due to shared library event
Stopped due to shared library event
Stopped due to shared library event

this only happens during the initial stage of debug session launch, after that the remote target could execute the 
program correctly. how can avoid this?

thx
Eric
Re: Remote debugging problem  
These are just messages that come from debugger, why you want to avoid 
it? It does not affect execution.
We cannot remove them because this is internal mechanism of how IDE 
support suspended breakpoints (by registering stop on shared library 
events) and debugger just prints this message.


Eric Dong wrote:
> I am using momentics 4.0.1 and trying to debug remote target.
> After i lauched the debug session, the console in the ide gave me these:
>
> [Switching to process 978989 (state = 0x03)]
> Stopped due to shared library event
> Stopped due to shared library event
> Stopped due to shared library event
> Stopped due to shared library event
> Stopped due to shared library event
> Stopped due to shared library event
> Stopped due to shared library event
> Stopped due to shared library event
>
> this only happens during the initial stage of debug session launch, after that the remote target could execute the 
program correctly. how can avoid this?
>
> thx
> Eric
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post9933
>
>