Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Serial monitor hanging but not Output windows (Read 5312 times)
Karim
Junior Member
**
Offline


Posts: 10
Location: Sweden
Joined: Nov 13th, 2012
Serial monitor hanging but not Output windows
Nov 14th, 2012 at 8:07am
Print Post  
Hello everyone,

I noticed a small problem yesterday while testing the debugger for the first time. It seems sometimes when I click inside the Serial monitor it suddenly stops working. The output window is just fine and still displaying as it should but the serial monitor just hangs.

To fix this I need to check clear and uncheck it again then it works again (and the windows does not get cleared). It just suddenly loads everything that it should have loaded from the begining and continues the count. Clicking inside again causes it to hang one more time until the clear is pressed.

Note that if I press clear when it is not hanging the window is cleared just fine but when I press it while it is hanging it seems to wake it up.



Using windows 7 64bit. VS 2010. Arduino 1.0.2. Debug V3.3
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial monitor hanging but not Output windows
Reply #1 - Nov 14th, 2012 at 10:57am
Print Post  
Hi, this is how all vs output windows work. The effect is to pause the display when you click into the monitor/trace window allowing you to review/copy/paste.

To resume the display you can scroll and/or click into the end of the display, or press Ctrl+End or do anything that takes the cursor to the end of the text area.

This is intentional functionality that is quite useful. 

As you rightly point out the serial does not stop it is only the display that stops. In the background the plugin accumulates the inbound serial data in a memory buffer. When you click in the end of the textbox the buffer is copied to the textbox and then normal display resumes. This means that no data is lost.
« Last Edit: Nov 14th, 2012 at 12:51pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Serial monitor hanging but not Output windows
Reply #2 - Nov 14th, 2012 at 12:53pm
Print Post  
By the way, I see the toolbox on a tab over to the right. Unless you are using it for another project I suggest closing it because it makes vs load more slowly.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint