filmov
tv
Monochrome Investigation: Debugging from the command line

Показать описание
Monochrome Investigation: Debugging from the command line debugging is an important skill, sometimes the art of catching the culprit in software development. Its mostly done using IDEs for most of the programming languages, but for languages like PowerShell, it’s very important to do it from the command line. This session will be showing all the command line debugging options via the command line, even for a task executing in a different process and a remote computer.