Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Is there a way to see the type of a variable when its value is null?

Thanks Darin, that works.

Raymond

-----Original Message-----
From: platform-debug-dev-bounces@xxxxxxxxxxx [mailto:platform-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Darin Wright
Sent: Wednesday, November 03, 2010 2:32 PM
To: Eclipse Platform Debug component developers list.
Subject: Re: [platform-debug-dev] Is there a way to see the type of a variable when its value is null?

>
> In the variables view, if an object is not null, the type column
> shows it type but if it is null, the type is also null. Is there a
> way I can also know what type a variable it is when its value is null?
>

Turn on the "Declared Type" column: via the view menu (top right corner
pull down), use the "Layout > Select Columns" menu option.

Darin
_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.


Back to the top