<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>PoSHDebugVisualizer Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home</link><description>PoSHDebugVisualizer Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.&lt;br /&gt;&lt;br /&gt;The PowerShell Visualizer injects objects, presents a scripting window. And more....&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&amp;#58;&lt;br /&gt;&amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;Hit a breakpoint, launch a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;Create a custom visualizer by inheriting from the PoSHVisualizer. &lt;br /&gt;Inject variables you want into the PowerShell environment.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt; for VS 2008 &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;b&gt;Add&lt;/b&gt; a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Add&lt;/b&gt; a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Add&lt;/b&gt; the using statement &lt;i&gt;using System.Diagnostics;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;Out of the box, the editing area has two ways to execute PowerShell commands that have been typed in.&lt;br /&gt;The default is immediate mode. As you type, the script is &lt;i&gt;immediately&lt;/i&gt; executed. You can toggle this by either &lt;br /&gt;right clicking the edit area and clicking on the context menu or use the shortcut keys Ctrl-Shift-I.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23234" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Thu, 20 Dec 2007 23:09:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071220110943P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.&lt;br /&gt;&lt;br /&gt;The PowerShell Visualizer injects objects and presents a scripting window.&lt;br /&gt;&lt;br /&gt;And more....&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&amp;#58;&lt;br /&gt;&amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;Hit a breakpoint, launch a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;Create a custom visualizer by inheriting from the PoSHVisualizer. &lt;br /&gt;Inject variables you want into the PowerShell environment.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;b&gt;Add&lt;/b&gt; a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Add&lt;/b&gt; a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Add&lt;/b&gt; the using statement &lt;i&gt;using System.Diagnostics;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;Out of the box, the editing area has two ways to execute PowerShell commands that have been typed in.&lt;br /&gt;The default is immediate mode. As you type, the script is &lt;i&gt;immediately&lt;/i&gt; executed. You can toggle this by either &lt;br /&gt;right clicking the edit area and clicking on the context menu or use the shortcut keys Ctrl-Shift-I.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23234" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Thu, 13 Dec 2007 22:55:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071213105538P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.&lt;br /&gt;&lt;br /&gt;The PowerShell Visualizer injects objects and presents a scripting window.&lt;br /&gt;&lt;br /&gt;And more....&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&amp;#58;&lt;br /&gt;&amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;Hit a breakpoint, launch a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;Create a custom visualizer by inheriting from the PoSHVisualizer. &lt;br /&gt;Inject variables you want into the PowerShell environment.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add the using statement &lt;i&gt;using System.Diagnostics;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;Out of the box, the editing area has two ways to execute PowerShell commands that have been typed in.&lt;br /&gt;The default is immediate mode. As you type, the script is &lt;i&gt;immediately&lt;/i&gt; executed. You can toggle this by either &lt;br /&gt;right clicking the edit area and clicking on the context menu or use the shortcut keys Ctrl-Shift-I.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23234" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Thu, 13 Dec 2007 22:54:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071213105458P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.&lt;br /&gt;&lt;br /&gt;The PowerShell Visualizer injects objects and presents a scripting window.&lt;br /&gt;&lt;br /&gt;And more....&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&amp;#58;&lt;br /&gt;&amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;Hit a breakpoint, launch a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;Create a custom visualizer by inheriting from the PoSHVisualizer. &lt;br /&gt;Inject variables you want into the PowerShell environment.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Include this using statement &lt;i&gt;using System.Diagnostics;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;Out of the box, the editing area has two ways to execute PowerShell commands that have been typed in.&lt;br /&gt;The default is immediate mode. As you type, the script is &lt;i&gt;immediately&lt;/i&gt; executed. You can toggle this by either &lt;br /&gt;right clicking the edit area and clicking on the context menu or use the shortcut keys Ctrl-Shift-I.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23234" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Thu, 13 Dec 2007 22:54:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071213105430P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.&lt;br /&gt;&lt;br /&gt;The PowerShell Visualizer injects objects and presents a scripting window.&lt;br /&gt;&lt;br /&gt;And more....&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&amp;#58;&lt;br /&gt;&amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;Hit a breakpoint, launch a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;Create a custom visualizer by inheriting from the PoSHVisualizer. &lt;br /&gt;Inject variables you want into the PowerShell environment.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;Out of the box, the editing area has two ways to execute PowerShell commands that have been typed in.&lt;br /&gt;The default is immediate mode. As you type, the script is &lt;i&gt;immediately&lt;/i&gt; executed. You can toggle this by either &lt;br /&gt;right clicking the edit area and clicking on the context menu or use the shortcut keys Ctrl-Shift-I.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23234" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Thu, 13 Dec 2007 00:50:55 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071213125055A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.&lt;br /&gt;&lt;br /&gt;The PowerShell Visualizer injects objects and presents a scripting window.&lt;br /&gt;&lt;br /&gt;And more....&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&amp;#58;&lt;br /&gt;&amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;&amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;Hit a breakpoint, launch a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;Create a custom visualizer by inheriting from the PoSHVisualizer. &lt;br /&gt;Inject variables you want into the PowerShell environment.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23234" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Fri, 07 Dec 2007 02:18:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071207021836A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download is an example.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23070" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 01:31:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205013112A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download can run as an example.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23070" alt="PoSHVisualizer.GIF" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 01:10:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205011037A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download can run as an example.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=PoSHDebugVisualizer&amp;amp;DownloadId=23069" alt="PoSHVisualizer.bmp" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 01:06:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205010601A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download can run as an example.&lt;br /&gt; &lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:_PoSHVisualizer.bmp_]&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 01:05:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205010543A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The project &lt;b&gt;TestCustomDV&lt;/b&gt; in the download can run as an example.&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 00:49:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205124950A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Add a reference to &lt;i&gt;PoSHVisualizer.dll&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Add a reference to &lt;i&gt;Microsoft.VisualStudio.DebuggerVisualizers.dll&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 00:48:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205124802A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Download &lt;/li&gt;&lt;li&gt;Copy these files to &lt;b&gt;&lt;i&gt;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 00:43:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205124305A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes like so&lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer.PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;&lt;h3&gt;
Setup
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Download the dlls&lt;/li&gt;&lt;li&gt;Copy these files to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE&lt;/li&gt;
&lt;/ol&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;PoSHEditor.dll&lt;/li&gt;&lt;li&gt;PoSHEditor.pdb&lt;/li&gt;&lt;li&gt;PoSHVisualizer.dll&lt;/li&gt;&lt;li&gt;PoSHVisualizer.pdb&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Wed, 05 Dec 2007 00:41:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071205124146A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes with &lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Sun, 02 Dec 2007 00:35:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071202123559A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a scripting window that allows you to enter &lt;br /&gt;PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes with &lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. &lt;br /&gt;Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt; &lt;br /&gt;&lt;a href="#Installation"&gt;Installation&lt;/a&gt;&lt;br /&gt;&lt;a href="#Decorate"&gt;Decorate&lt;/a&gt;&lt;br /&gt;&lt;a href="#Derive"&gt;Derive&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;a name="Installation"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;
Copy
&lt;/h2&gt; &lt;br /&gt; &lt;br /&gt;&lt;a name="Decorate"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;
Decorate
&lt;/h2&gt; &lt;br /&gt; &lt;br /&gt;&lt;a name="Derive"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h2&gt;
Derive
&lt;/h2&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Sat, 01 Dec 2007 23:30:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071201113059P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The PowerShell Debugger Visualizer presents a script window that allows you to enter PowerShell commands which can interact with the .NET object you selected and more.&lt;br /&gt;&lt;br /&gt;Decorate your custom classes with &lt;br /&gt;    &amp;#91;DebuggerVisualizer&amp;#40;typeof&amp;#40;PoSHVisualizer&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;    &amp;#91;Serializable&amp;#93;&lt;br /&gt;   &lt;br /&gt;When you hit a breakpoint you can launch into a PowerShell session and operate on that object.&lt;br /&gt;&lt;br /&gt;You can take it a step further and create a custom visualizer based on the PoSHVisualizer. Enabling you to inject variables of your choosing into the PowerShell environment before the visualizer dialog displays.
&lt;br /&gt;
&lt;/div&gt;</description><author>dfinke</author><pubDate>Sat, 01 Dec 2007 17:27:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071201052738P</guid></item></channel></rss>