I recently downloaded visual studio 2017 because developing xamarin apps, has many utilities in more, that make me comfortable.
That said, I wonder if any of you have already downloaded and if the tooltip problem in debugging, I do not see anything. And so it is impossible to work. But panel "Locals" work. I searched online but it is still too early to find help. If anyone has had the same problem and solved tell me. Thank you.
i have tryed to reinstall, but don't work.
Common problem, but there are several different solutions and I think I know what your problem is. Using Xamarin? Shared project? Can see some local variables but nothing inside of an async method?
Everyone will tell you to check that your solution configuration is set to DEBUG and not RELEASE. This is the basic answer, "Set to DEBUG, clean, rebuild..", and to go a bit deeper, you can select Configuration Manager from the dropdown to check that not only is the project you are debugging set to DEBUG, but so are all of the (if any) projects that are dependencies.
But I'm thinking your project properties is the issue. If you are doing Xamarin and have a shared project or portable project (probably the one that has the async method that wont allow you do debug correctly!) In the portable project properties, under Build -> Advanced, change Debugging information to full and you should be good to go!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With