Option to view the debug line by line?
Does Visual C# have a feature that lets you see what information is being brought into " private void WriteButton_Click(object sender, System.EventArgs e)" the object sender and system field when you debug?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
GunnarPosted Aug 20, 2008, 4:49 PM
Thank you, I'll give that a try tonight.
Gunnar
Guest UserPosted Aug 20, 2008, 11:22 AM
Also, if you setup a breakpoint within that function, you can hover your mouse over "sender" and "e" and the contents will appear in a popup.