Advertisement
bero_0401

Debugger

Sep 28th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | Source Code | 0 0
  1. using System;
  2.  
  3. public class Test
  4. {
  5.     public static void Main()
  6.     {
  7.         /*
  8.          [Debugger Basics]
  9.             - step by step Execution
  10.             - Breakpoints
  11.             - Autos window
  12.             - watches
  13.             - Edit and Continue
  14.          */
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement