Showing results for debugging - Scripting Blog [archived]

Nov 20, 2017
0
0

Overview of Visual Studio 2017 and Updates for .NET Developers

ScriptingGuy1
ScriptingGuy1

Visual Studio 2017 first released in March of this year. Since then, there have been five updates with each bringing more improvements and capabilities. Every improvement is geared towards making you more productive and this post aims to give you an overview of the culmination of features to date. Read on to see how you can get started working on ...

debugging.NETVisual Studio 2017
Jul 17, 2015
0
0

Setting a Breakpoint on a Variable

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using variable breakpoints with the Windows PowerShell debugger. Hello Windows PowerShell scripting dudes and dudettes! Debugging Week continues, and today I am talking about using variable breakpoints with the Windows PowerShell debugger. Setting a breakpoint on line 1 of the script is ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 15, 2015
0
0

Use PowerShell Strict Mode for Debugging

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using strict mode in Windows PowerShell for debugging purposes. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about Windows PowerShell is that it can take being ignored or being used carelessly and sloppily, and it still seems to work fine. I mean, in the old days with ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 14, 2015
0
0

More PowerShell Script Tracing and Strict Mode

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks more about Windows PowerShell script tracing and enabling strict mode. Microsoft Scripting Guy, Ed Wilson, is here. It can be somewhat painful to troubleshoot intermittent errors with Windows PowerShell. Two things that can lead to this are variables that do not get initialized properly (and ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 13, 2015
0
0

Tracing the Execution of a PowerShell Script

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using a cmdlet to trace the execution of a Windows PowerShell script.  Hey, Scripting Guy! I am having a problem with a script. It does not generate any errors, but dude, it does not seem to work either. Can you help me debug it? —DR  Hello DR, Microsoft Scripting Guy, Ed ...

Scripting Guy!Windows PowerShellscripting techniques

Feedback