|
-
Jun 10th, 2022, 07:24 PM
#1
Re: Serial Port Read Index Out Of Range Exception
Is there any debugging tool included in Visual Studio?
there are 3 ways:
1 - you include some messagebox with the variable to check it
2 - you click on the grey column on the left of the column with line number (must be a line with code), a red dot will appear and it will put a stop in you code when you run it and you will be able to check the values of the variable
3 - put the keyword "stop" in you code. it does the same than the red dot.
The best friend of any programmer is a search engine 
"Don't wish it was easier, wish you were better. Don't wish for less problems, wish for more skills. Don't wish for less challenges, wish for more wisdom" (J. Rohn)
“They did not know it was impossible so they did it” (Mark Twain)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|