Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] A few more clarifications

----- Original Message -----
From: "Alifiya Hussain" <ahussain@xxxxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Thursday, November 14, 2002 2:34 PM
Subject: Re: [cdt-dev] A few more clarifications


> You've probably had enough Q&A, but look at it this way, maybe this
> stuff will help you in your FAQ section!
> I just had a few more about the Debugger since I'm playing around with
> that today:
>
> In the Debug Perspective:
>
> What is the purpose of the Display view?

The Display view is a part of JDT Plugin. It appears only when JDT is
installed. CDT doesn't use it.

>
> Debug view-> Is the button on the toolbar between the Resume and
> Terminate buttons the suspend button? It always seems to be disabled.
> (Isn't enabled while the program is running either)

Yes, it is the 'Suspend' button. All buttons of the Debug view depend on the
selection in the Debug view because you can have more than one debug
session. If your program is running and you select it's thread or target the
'Suspend' button become enabled.

>
> Debug view-> What is the button between the Terminate and Remove All
> Terminated buttons? That too is always disabled and I'm not sure what
> its for.

It is the 'Disconnect' button. You can use it to detach from the target when
you are debugging an attached process.

All the buttons in is this have equivalent menu items in the context menu.
There are also tooltips attached to them.

>
> Thank you very much...I really appreciate all your clarifications!
>
> Alifiya
>

Mihail Khodjaiants

>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
>



Back to the top