<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>PowerShell Debug Visualizer</title><link>http://poshdebugvisualizer.codeplex.com/Project/ProjectRss.aspx</link><description>Using PowerShell, you interact with .NET objects during debugging in the Visual Studio IDE.      The PowerShell Visualizer injects objects, presents a scripting window. And more....      Decorate your clas...</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 RELEASE: PoSH Debugger Visualizer (Dec 13, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>&amp;#124;&amp;#124; Zip File &amp;#124;&amp;#124; Content &amp;#124;&amp;#124;&lt;br /&gt;&amp;#124; PoSHVisualizer.zip &amp;#124; VS 2005 DLLs &amp;#124;&lt;br /&gt;&amp;#124; PoSHVisualizer2008.zip &amp;#124; VS 2008 DLLs &amp;#124;&lt;br /&gt;&amp;#124; PoSHDebugVisualizer2008 Source.zip &amp;#124; VS 2008 Source for the visualizer &amp;#124;</description><author></author><pubDate>Sat, 15 Dec 2007 18:57:51 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007) 20071215065751P</guid></item><item><title>CLOSED ISSUE: Using the Debug Visualizer in VS 2008</title><link>http://www.codeplex.com/PoSHDebugVisualizer/WorkItem/View.aspx?WorkItemId=588</link><description>System.InvalidCastException&amp;#58; Unable to cast object of type &amp;#39;PoSHVisualizer.PoSHVisualizer&amp;#39; to type &amp;#39;Microsoft.VisualStudio.DebuggerVisualizers.DialogDebuggerVisualizer&amp;#39;.&lt;br /&gt;   at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer&amp;#40;IntPtr hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy&amp;#41;&lt;br /&gt;Comments: Updated to work with 2008</description><author>dfinke</author><pubDate>Fri, 14 Dec 2007 02:26:53 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Using the Debug Visualizer in VS 2008 20071214022653A</guid></item><item><title>UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>PoSHVisualizer.zip - VS 2005 DLLs&lt;br /&gt;PoSHVisualizer2008.zip - VS 2008 DLLs&lt;br /&gt;PoSHDebugVisualizer2008 Source.zip - VS 2008 Source for the visualizer</description><author></author><pubDate>Thu, 13 Dec 2007 23:17:33 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007) 20071213111733P</guid></item><item><title>UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>PoSHVisualizer.zip - VS 2005 DLLs&lt;br /&gt;PoSHVisualizer2008.zip - VS 2008 DLLs</description><author></author><pubDate>Thu, 13 Dec 2007 23:16:32 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007) 20071213111632P</guid></item><item><title>UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>Release Change Set 3173.&lt;br /&gt;&lt;br /&gt;The ZIP file contains the stand-alone Dlls.</description><author></author><pubDate>Thu, 13 Dec 2007 23:12:52 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PoSH Debugger Visualizer (Dec 13, 2007) 20071213111252P</guid></item><item><title>CREATED RELEASE: PoSH Debugger Visualizer for VS2008 (Dec 13, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=9116</link><description>Zip contains stand-alone DLLs</description><author></author><pubDate>Thu, 13 Dec 2007 23:09:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: PoSH Debugger Visualizer for VS2008 (Dec 13, 2007) 20071213110900P</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>CREATED ISSUE: Using the Debug Visualizer in VS 2008</title><link>http://www.codeplex.com/PoSHDebugVisualizer/WorkItem/View.aspx?WorkItemId=588</link><description>System.InvalidCastException&amp;#58; Unable to cast object of type &amp;#39;PoSHVisualizer.PoSHVisualizer&amp;#39; to type &amp;#39;Microsoft.VisualStudio.DebuggerVisualizers.DialogDebuggerVisualizer&amp;#39;.&lt;br /&gt;   at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer&amp;#40;IntPtr hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy&amp;#41;&lt;br /&gt;</description><author>dfinke</author><pubDate>Thu, 13 Dec 2007 22:53:03 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Using the Debug Visualizer in VS 2008 20071213105303P</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>Source code checked in</title><link>http://www.codeplex.com/PoSHDebugVisualizer/SourceControl/ListDownloadableCommits.aspx</link><description>added to example program</description><author>dfinke</author><pubDate>Sat, 08 Dec 2007 01:24:53 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071208012453A</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>RELEASED: PoSH Debugger Visualizer (Dec 04, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>Release Change Set 3173.&lt;br /&gt;&lt;br /&gt;The ZIP file contains the stand-alone Dlls.</description><author></author><pubDate>Wed, 05 Dec 2007 01:29:28 GMT</pubDate><guid isPermaLink="false">RELEASED: PoSH Debugger Visualizer (Dec 04, 2007) 20071205012928A</guid></item><item><title>UPDATED RELEASE: PoSH Debugger Visualizer (Dec 04, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>Release Change Set 3173.&lt;br /&gt;&lt;br /&gt;The ZIP file contains the stand-alone Dlls.</description><author></author><pubDate>Wed, 05 Dec 2007 01:29:28 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: PoSH Debugger Visualizer (Dec 04, 2007) 20071205012928A</guid></item><item><title>CREATED RELEASE: PoSH Debugger Visualizer (Dec 04, 2007)</title><link>http://www.codeplex.com/PoSHDebugVisualizer/Release/ProjectReleases.aspx?ReleaseId=8815</link><description>Release Change Set 3173.&lt;br /&gt;&lt;br /&gt;The ZIP file contains the stand-alone Dlls.</description><author></author><pubDate>Wed, 05 Dec 2007 01:28:37 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: PoSH Debugger Visualizer (Dec 04, 2007) 20071205012837A</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></channel></rss>