Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- public class Test
- {
- public static void Main()
- {
- /*
- [Debugger Basics]
- - step by step Execution
- - Breakpoints
- - Autos window
- - watches
- - Edit and Continue
- */
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement