views:

120

answers:

1

I am using the PowerGUI Script Editor 1.7.1.702, and trying to start debugger, but I get such error message:

Cannot find a provider with name 'Remove-PSBreakPoint -BreakPoint $bE4078E3092DF4dd9A469F3DC0CBB505C;Remove-Variable vE4078E3092DF4dd9A469F3DC0CBB505C;Remove-Variable bE4078E3092DF4dd9A469F3DC0CBB505C;

This happens on this line:

Write-Host $MyInvocation.MyCommand.Definition

I am working with PowerShell v2.

A: 

Please upgrade to the RTM version of PowerShell 2.0 here: http://support.microsoft.com/kb/968929

DSotnikov