Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Helios + debugger: (8 Items)
   
Helios + debugger  
I've been running Helios + QNX and I'm happy with the setup.  The new Eclipse Markeplace is looking good ;-)  

There is still an anoying bug though. In the debugger, breakpoints cannot be set while the program is running. I get the
 Triagular warning icon saying it  can't set breakpoint.
I'm pretty sure with 6.5.0 I was able to do that. Is there some option I need to hit to get this working?

Cheer,
Re: Helios + debugger  
On Mon, 2011-02-28 at 16:17 -0500, Mario Charest wrote:
> 
> I've been running Helios + QNX and I'm happy with the setup.  The new
> Eclipse Markeplace is looking good ;-) 
> 
> There is still an anoying bug though. In the debugger, breakpoints
> cannot be set while the program is running. I get the Triagular
> warning icon saying it  can't set breakpoint.
> I'm pretty sure with 6.5.0 I was able to do that. Is there some option
> I need to hit to get this working?

Are you sure it ever worked? Gdb can not do that unless it stopps the
inferior. Maybe it can be made transparent for the user by IDE, but gdb
must stop the process.

RE: Helios + debugger  

> -----Message d'origine-----
> De : Aleksandar Ristovski [mailto:community-noreply@qnx.com]
> Envoyé : 28 février 2011 16:22
> À : general-ide
> Objet : Re: Helios + debugger
> 
> On Mon, 2011-02-28 at 16:17 -0500, Mario Charest wrote:
> >
> > I've been running Helios + QNX and I'm happy with the setup.  The new
> > Eclipse Markeplace is looking good ;-)
> >
> > There is still an anoying bug though. In the debugger, breakpoints
> > cannot be set while the program is running. I get the Triagular
> > warning icon saying it  can't set breakpoint.
> > I'm pretty sure with 6.5.0 I was able to do that. Is there some option
> > I need to hit to get this working?
> 
> Are you sure it ever worked? Gdb can not do that unless it stopps the
> inferior. Maybe it can be made transparent for the user by IDE, but gdb must
> stop the process.

No I`m not sure it ever worked.  I just don`t recall that feeling of "being so ever slightly annoyed", plus a co-worked 
ask me about it last week, he too switch to a Helios setup.  It`s no a real issue though.

> 
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post83595
> 
Re: Helios + debugger  
That what CDT does - it stops the inferior, set the breakpoint and 
re-starts. Helios mean you are using 4.7.2 or 4.8?

On 28/02/2011 4:22 PM, Aleksandar Ristovski wrote:
> On Mon, 2011-02-28 at 16:17 -0500, Mario Charest wrote:
>> I've been running Helios + QNX and I'm happy with the setup.  The new
>> Eclipse Markeplace is looking good ;-)
>>
>> There is still an anoying bug though. In the debugger, breakpoints
>> cannot be set while the program is running. I get the Triagular
>> warning icon saying it  can't set breakpoint.
>> I'm pretty sure with 6.5.0 I was able to do that. Is there some option
>> I need to hit to get this working?
> Are you sure it ever worked? Gdb can not do that unless it stopps the
> inferior. Maybe it can be made transparent for the user by IDE, but gdb
> must stop the process.
>
>
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post83595
>
RE: Helios + debugger  

> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> Envoyé : 28 février 2011 20:47
> À : general-ide
> Objet : Re: Helios + debugger
> 
> That what CDT does - it stops the inferior, set the breakpoint and re-starts.
> Helios mean you are using 4.7.2 or 4.8?

4.7.2.  Is there a repository for 4.8 that I can use with Helios?

> 
> On 28/02/2011 4:22 PM, Aleksandar Ristovski wrote:
> > On Mon, 2011-02-28 at 16:17 -0500, Mario Charest wrote:
> >> I've been running Helios + QNX and I'm happy with the setup.  The new
> >> Eclipse Markeplace is looking good ;-)
> >>
> >> There is still an anoying bug though. In the debugger, breakpoints
> >> cannot be set while the program is running. I get the Triagular
> >> warning icon saying it  can't set breakpoint.
> >> I'm pretty sure with 6.5.0 I was able to do that. Is there some
> >> option I need to hit to get this working?
> > Are you sure it ever worked? Gdb can not do that unless it stopps the
> > inferior. Maybe it can be made transparent for the user by IDE, but
> > gdb must stop the process.
> >
> >
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post83595
> >
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post83604
> 
Re: Helios + debugger  
4.8 is helios based. You are asking about update site?

On 03/01/2011 09:56 AM, Mario Charest wrote:
> 
> 
>> -----Message d'origine-----
>> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
>> Envoyé : 28 février 2011 20:47
>> À : general-ide
>> Objet : Re: Helios + debugger
>>
>> That what CDT does - it stops the inferior, set the breakpoint and re-starts.
>> Helios mean you are using 4.7.2 or 4.8?
> 
> 4.7.2.  Is there a repository for 4.8 that I can use with Helios?
> 
>>
>> On 28/02/2011 4:22 PM, Aleksandar Ristovski wrote:
>>> On Mon, 2011-02-28 at 16:17 -0500, Mario Charest wrote:
>>>> I've been running Helios + QNX and I'm happy with the setup.  The new
>>>> Eclipse Markeplace is looking good ;-)
>>>>
>>>> There is still an anoying bug though. In the debugger, breakpoints
>>>> cannot be set while the program is running. I get the Triagular
>>>> warning icon saying it  can't set breakpoint.
>>>> I'm pretty sure with 6.5.0 I was able to do that. Is there some
>>>> option I need to hit to get this working?
>>> Are you sure it ever worked? Gdb can not do that unless it stopps the
>>> inferior. Maybe it can be made transparent for the user by IDE, but
>>> gdb must stop the process.
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>>
>>> General
>>> http://community.qnx.com/sf/go/post83595
>>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> General
>> http://community.qnx.com/sf/go/post83604
>>
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post83617
RE: Helios + debugger  

> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> Envoyé : 1 mars 2011 12:26
> À : general-ide
> Objet : Re: Helios + debugger
> 
> 4.8 is helios based. You are asking about update site?

Yes, started from Helios and added the QNX repository to get all the QNX stuff.  Seems like this repository is for 4.7.2
.  I`m wondering if there is a repository for 4.8.0, I`m assuming it`s in "beta" and you need tester ;-)

> 
> On 03/01/2011 09:56 AM, Mario Charest wrote:
> >
> >
> >> -----Message d'origine-----
> >> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> >> Envoyé : 28 février 2011 20:47
> >> À : general-ide
> >> Objet : Re: Helios + debugger
> >>
> >> That what CDT does - it stops the inferior, set the breakpoint and re-
> starts.
> >> Helios mean you are using 4.7.2 or 4.8?
> >
> > 4.7.2.  Is there a repository for 4.8 that I can use with Helios?
> >
> >>
> >> On 28/02/2011 4:22 PM, Aleksandar Ristovski wrote:
> >>> On Mon, 2011-02-28 at 16:17 -0500, Mario Charest wrote:
> >>>> I've been running Helios + QNX and I'm happy with the setup.  The
> >>>> new Eclipse Markeplace is looking good ;-)
> >>>>
> >>>> There is still an anoying bug though. In the debugger, breakpoints
> >>>> cannot be set while the program is running. I get the Triagular
> >>>> warning icon saying it  can't set breakpoint.
> >>>> I'm pretty sure with 6.5.0 I was able to do that. Is there some
> >>>> option I need to hit to get this working?
> >>> Are you sure it ever worked? Gdb can not do that unless it stopps
> >>> the inferior. Maybe it can be made transparent for the user by IDE,
> >>> but gdb must stop the process.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>>
> >>> General
> >>> http://community.qnx.com/sf/go/post83595
> >>>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >>
> >> General
> >> http://community.qnx.com/sf/go/post83604
> >>
> >
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post83617
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post83636
RE: Helios + debugger  
Hi, Mario,

You can get the current update site for IDE 4.8 from this URL https://www.qnx.com/account/updates/foundry27/ide/4.8

Also the wiki to download the build is here http://community.qnx.com/sf/wiki/do/viewPage/projects.ide/wiki/DownloadIDE4.
8

HTH,
Andy

-----Original Message-----
From: Mario Charest [mailto:community-noreply@qnx.com] 
Sent: March-01-11 12:42 PM
To: general-ide
Subject: RE: Helios + debugger



> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> Envoyé : 1 mars 2011 12:26
> À : general-ide
> Objet : Re: Helios + debugger
> 
> 4.8 is helios based. You are asking about update site?

Yes, started from Helios and added the QNX repository to get all the QNX stuff.  Seems like this repository is for 4.7.2
.  I`m wondering if there is a repository for 4.8.0, I`m assuming it`s in "beta" and you need tester ;-)