Go Back
1 Vote

Implement Data Tips in Debugger in Visual Studio


Closed

Another useful feature in the visual studio debugger for c# is to be able to mouse over a variable and view the value of that variable.  Synergy debugging doesn't allow that at this point.  

This is the functionality that microsoft provides.  
https://docs.microsoft.com/en-us/visualstudio/debugger/view-data-values-in-data-tips-in-the-code-editor?view=vs-2017 


 

2 Comments | Posted by Greg Creme to Synergy DBL, Synergy .NET, Visual Studio Integration on 12/4/2018 9:02 PM
Ace Olszowka
This works sometimes (its gotten a lot better since we beta'ed it) if you are finding a case that doesn't work it is probably a bug. We know for sure that we cannot expand Array Values and "its on the list" for the SDI Team.

A lot of our issues were actual debugger issues that we ended up reporting that have been fixed in subsequent runtime releases but I guarantee there are other bugs waiting to be found.

12/21/2018 2:04 PM   0  
Phillip Bratt
Cases have been opened on both of these incidents. As Ace states " if you are finding a case that doesn't work it is probably a bug" is true. There is a background log in the project obj directory called projectname-background.log that should contain any errors that could be causing the issue. Create a support case with that file attached and we'll work with you to resolve the issue.

1/11/2019 7:00 PM   0  
Please log in to comment on this idea.