Sündmused
17. märts, 23 - 21. märts, 23
Liituge sarjaga, et luua muude arendajate ja ekspertidega skaleeritavad tehisintellektilahendused, mis põhinevad reaalajas kasutusjuhtumitel.
Registreeruge koheSeda brauserit enam ei toetata.
Uusimate funktsioonide, turbevärskenduste ja tehnilise toe kasutamiseks võtke kasutusele Microsoft Edge.
Debuggers allow programs to be paused or executed step-by-step. When paused, the current state of the process can be viewed. By stepping through key sections, you gain understanding of your code and why it produces the result that it does.
Microsoft provides debuggers for managed code in Visual Studio and Visual Studio Code.
Visual Studio is an integrated development environment with the most comprehensive debugger available. Visual Studio is an excellent choice for developers working on Windows.
While Visual Studio is a Windows application, it can also be used to debug Linux apps running remotely, in WSL, or in Docker containers:
Visual Studio Code is a lightweight cross-platform code editor. It uses the same .NET Core debugger implementation as Visual Studio, but with a simplified user interface.
Toote „.NET“ tagasiside
.NET on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link:
Sündmused
17. märts, 23 - 21. märts, 23
Liituge sarjaga, et luua muude arendajate ja ekspertidega skaleeritavad tehisintellektilahendused, mis põhinevad reaalajas kasutusjuhtumitel.
Registreeruge koheKoolitus
Moodul
Interactively debug .NET apps with the Visual Studio Code debugger - Training
Learn how to efficiently debug your .NET app by using Visual Studio Code to fix your bugs quickly. Use the interactive debugger within Visual Studio Code to analyze and fix your C# applications.
Dokumentatsioon
Diagnostics tools overview - .NET Core - .NET
An overview of the tools and techniques available to diagnose .NET Core applications.
Diagnosing .NET 6 issues from sidecar containers using dotnet-monitor
Mike Rousos continues his series on how to use .NET CLI tools to diagnose common performance and reliability issues by showing how dotnet-monitor can be used to easily diagnose issues in Kubernetes clusters from sidecar containers. Chapters 00:00 - 00:00 - .NET diagnostic tools & dotnet-monitor 03:20 - What is a sidecar container? 04:30 - dotnet-monitor hands-on in kubernetes 13:30 - dotnet-monitor process information 15:00 - livemetrics with dotnet-monitor 17:55 - dump with dotnet-monitor to an egress
.NET Diagnostic tools overview - .NET
An overview of the tools available to diagnose .NET Core applications.