Valhalla Legends Forums Archive | General Programming | C# Debugging

AuthorMessageTime
Noodlez
Maybe someone here can help me out, I'm trying to watch windows run files, so I wrote a small  C# program that runs a file.. although im having trouble setting a breakpoint on the button1_click function, this is where i call the function from. Can someone tell me how I can set a breakpoint on button1_click?
December 11, 2008, 10:01 PM
Myndfyr
Navigate to button1_click and press F9.
December 11, 2008, 10:09 PM

Search