Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - debug button not working?: (7 Items)
   
debug button not working?  
Probably my most used button during development... the debug, or run, button doesn't seem to launch the last launched 
app. Sometimes it works while in the debug view, but when in C/C++ view it always ends up bringing up the Debug/Run 
Configuration dialog as if it doesn't remember what you last launched.

Hope this is a quick fix :)

-Alex
RE: debug button not working?  
 

> -----Original Message-----
> From: Alex Escott [mailto:aescott@harmanbecker.com] 
> Sent: November 2, 2007 2:43 PM
> To: general-ide
> Subject: debug button not working?
> 
> Probably my most used button during development... the debug, 
> or run, button doesn't seem to launch the last launched app. 
> Sometimes it works while in the debug view, but when in C/C++ 
> view it always ends up bringing up the Debug/Run 
> Configuration dialog as if it doesn't remember what you last launched.
> 
> Hope this is a quick fix :)

If you click it like it is a drop down, what is the first item in that
list?  That is the last item that will be "run" or "debugged".

What happens if you press F11, does it launch your last debug session?

Thomas
Re: RE: debug button not working?  
the dropdown shows the correct name of the last launched app.

When I hover, things go awry. Seems to depend on what file I have open in the editor:

- if it's a .c file named 'something.c' , the Run hover popup says "Run something.c"

- if it's a .mk file, it just says "Run As..."




Re: RE: debug button not working?  
F11 does nothing... looks like it's correctly bound to Run/Debug in Preferences/Keys
RE: debug button not working?  
You are using IDE Tau version or CDT 4 right?
We fixed this problem in the main stream, but it is not posted on the
community site yet. Stay tuned for the updates.

-----Original Message-----
From: Alex Escott [mailto:aescott@harmanbecker.com] 
Sent: November 2, 2007 2:43 PM
To: general-ide
Subject: debug button not working?

Probably my most used button during development... the debug, or run, button
doesn't seem to launch the last launched app. Sometimes it works while in
the debug view, but when in C/C++ view it always ends up bringing up the
Debug/Run Configuration dialog as if it doesn't remember what you last
launched.

Hope this is a quick fix :)

-Alex

_______________________________________________
General
http://community.qnx.com/sf/go/post2430
Re: RE: debug button not working?  
Yup that's right. Thanks for the reply, looking forward to the update.
Re: RE: debug button not working?