When I debug my code at the visual studio it lasts only second, and then disappear so I can't see a solution of the program. What should I do?
            Asked
            
        
        
            Active
            
        
            Viewed 45 times
        
    1
            
            
        - 
                    Try putting a break point at the first line and stepping through it. – Tormund Giantsbane Feb 28 '19 at 12:19
- 
                    use breakpoints (press F9) to pause execution – isxaker Feb 28 '19 at 12:19
- 
                    1I'd recommend you learn to use the visual studio debugger. It's a slight learning curve, sure, but the debugging becomes *much* more effective than printing. – StoryTeller - Unslander Monica Feb 28 '19 at 12:20
 
    