Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Some breakpoints: (3 Items)
   
Some breakpoints  
Hello friends. 

I develope three projects and i must to debug  them at the same time.
 
When I set breakpoint in the one project , this breakpoint hits in other project.

How to resolve this problem. Thanks in advice.
Re: Some breakpoints  
You must have files with the same name in all of them? If you are using 
IDE 4.5 and above in Debug tab of launch configuration check option "Use 
full file path for breakpoints",
on Source tab remove default lookup and add Absolute path lookup. That 
should work assuming you compile sources from IDE.

Oleg Gopov wrote:
> Hello friends. 
>
> I develope three projects and i must to debug  them at the same time.
>  
> When I set breakpoint in the one project , this breakpoint hits in other project.
>
> How to resolve this problem. Thanks in advice.
>
>
>
> _______________________________________________
>
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post36468
>
>   
Re: Some breakpoints  
Name of files are same, but extensions are different