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 VS2015 crash at debugging (Read 3577 times)
redpenguin.tw
Newbies
*
Offline


Posts: 3
Joined: Dec 24th, 2016
VS2015 crash at debugging
Dec 24th, 2016 at 1:45pm
Print Post  
There was a problem.
If switch the table of visual studio or drag the debug window, VS2015 was easy to crash at I using the debug tools(serial port window).

ps: if the device does not send data, VS2015 will not crash.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12136
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS2015 crash at debugging
Reply #1 - Dec 25th, 2016 at 10:59pm
Print Post  
Thank you for the report.

I would like to investigate this. As much info as possible will be a great help so I have questions.

It might be a simple solution but to save time I will ask additional questions that might not be relevant ...

1) Which Arduino hardware are you using? Do you know the name and date of the usb driver?
2) The problem only happens with trace points? 
3) The problem also happens when stopped at a break-point?
3) Is "vMicro>Debugger>Full Speed Debugging" Off or On?
4) How often does the trace-point run? every loop()? Does it have a condition or hit count?

If the questions do not make sense to you then please say and I will try to make simpler questions.

Thank you



  
Back to top
IP Logged
 
redpenguin.tw
Newbies
*
Offline


Posts: 3
Joined: Dec 24th, 2016
Re: VS2015 crash at debugging
Reply #2 - Dec 26th, 2016 at 9:36am
Print Post  
1)      
My device is ESP8266(ESP-07). USB device is “Silicon Labs CP210x USB to USB Bridge”.
2)
Need open com port and be received by data.
I found some additional of the information in the debug mode, Could they cause problems?
3)
Yes.
4)
Off.
5)
Just use the default. I don’t add any more.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12136
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS2015 crash at debugging
Reply #3 - Dec 26th, 2016 at 9:31pm
Print Post  
Okay thanks. 

I will test esp on com port.

Yes debug mode can send additional messages and cause extra work for the pc.

Does it crash after upload in Release mode?
  
Back to top
IP Logged
 
redpenguin.tw
Newbies
*
Offline


Posts: 3
Joined: Dec 24th, 2016
Re: VS2015 crash at debugging
Reply #4 - Dec 27th, 2016 at 7:02am
Print Post  
It is ok in release mode by my test.

I use the release mode will crash after I use the debug mode.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint