<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Expressions in Eclipse Debugger</title>
	<atom:link href="http://blog.stefanjaeger.ch/2008/12/12/expressions-in-eclipse-debugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefanjaeger.ch/2008/12/12/expressions-in-eclipse-debugger/</link>
	<description>Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.</description>
	<lastBuildDate>Tue, 29 Jun 2010 11:05:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Philip</title>
		<link>http://blog.stefanjaeger.ch/2008/12/12/expressions-in-eclipse-debugger/comment-page-1/#comment-276</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sat, 13 Dec 2008 12:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefanjaeger.ch/2008/12/12/expressions-in-eclipse-debugger/#comment-276</guid>
		<description>There&#039;s an even easier way: while debugging, select the expression &#039;calc.add(17, 19)&#039; and hit Ctrl+Shift+D (Display) or Ctrl+Shift+I (Inspect). Both will show the result of the selected expression. While Display will only show the toString() of the result, Inspect will let you drill down the object graph and inspect each member of the resulting object.

You can add the current selection to the Expressions view as well by right-clicking and selecting the menu item Watch.</description>
		<content:encoded><![CDATA[<p>There&#8217;s an even easier way: while debugging, select the expression &#8216;calc.add(17, 19)&#8217; and hit Ctrl+Shift+D (Display) or Ctrl+Shift+I (Inspect). Both will show the result of the selected expression. While Display will only show the toString() of the result, Inspect will let you drill down the object graph and inspect each member of the resulting object.</p>
<p>You can add the current selection to the Expressions view as well by right-clicking and selecting the menu item Watch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
