├── .gitattributes ├── 0 - Soft skills.ps1 ├── 1 - Hard skills.ps1 ├── 2 - Entering the debugger without breakpoints.ps1 ├── 3 - Entering the debugger with Wait-Debugger.ps1 ├── 4 - Debugging with DebugPx.ps1 ├── 5 - More Debugging with DebugPx.ps1 ├── 6 - Advanced Debugging with DebugPx.ps1 ├── 7 - Editing and debugging jobs.ps1 ├── 8 - Attaching to a remote PowerShell host and debugging runspaces.ps1 ├── Abstract.md ├── LICENSE ├── README.md └── TMW06 - Become a PowerShell Debugging Ninja!.pptx /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/.gitattributes -------------------------------------------------------------------------------- /0 - Soft skills.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/0 - Soft skills.ps1 -------------------------------------------------------------------------------- /1 - Hard skills.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/1 - Hard skills.ps1 -------------------------------------------------------------------------------- /2 - Entering the debugger without breakpoints.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/2 - Entering the debugger without breakpoints.ps1 -------------------------------------------------------------------------------- /3 - Entering the debugger with Wait-Debugger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/3 - Entering the debugger with Wait-Debugger.ps1 -------------------------------------------------------------------------------- /4 - Debugging with DebugPx.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/4 - Debugging with DebugPx.ps1 -------------------------------------------------------------------------------- /5 - More Debugging with DebugPx.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/5 - More Debugging with DebugPx.ps1 -------------------------------------------------------------------------------- /6 - Advanced Debugging with DebugPx.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/6 - Advanced Debugging with DebugPx.ps1 -------------------------------------------------------------------------------- /7 - Editing and debugging jobs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/7 - Editing and debugging jobs.ps1 -------------------------------------------------------------------------------- /8 - Attaching to a remote PowerShell host and debugging runspaces.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/8 - Attaching to a remote PowerShell host and debugging runspaces.ps1 -------------------------------------------------------------------------------- /Abstract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/Abstract.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/README.md -------------------------------------------------------------------------------- /TMW06 - Become a PowerShell Debugging Ninja!.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KirkMunro/debugging-powershell-session/HEAD/TMW06 - Become a PowerShell Debugging Ninja!.pptx --------------------------------------------------------------------------------