I updated my Visual Studio Community 2017 to 15.8.4.These are my debug settings in Tools-> Option -> Debugging
I can debug application in other applications like console application , desktop application. I'm not able to debug application in any Xamarin Platforms.
No data tool-tip shows when I click on the extend button.
Like in the console application.
This got fixed in the 15.8.5 version!
See link below for more info concerning the issue.
https://developercommunity.visualstudio.com/content/problem/311540/debugger-tooltip-does-not-expand-in-xamarinios-deb.html
Happy tooltipping!
Related
I have an Angular 4 application that is hosted in an ASP.NET application that I am trying to debug on my Windows 10 64 bit laptop in Visual Studio 2017 (15.3.3).
If I set a breakpoint on the ngModelChange (or change) event of a select control, once this event is triggered (I choose a new item in the dropdown), then the application freezes and never reaches the breakpoint in Visual Studio 2017. If I then hit F12 (which starts Chrome's Developer tools), the application unfreezes but by doing this, Visual Studio is no longer the debugger and the breakpoints in Visual Studio don't get hit. Other events, such as ngOnInit fire and work fine and even the ngModelChange event works on other controls.
I found the following errors in the Output window:
This debug engine does not support exception conditions. The condition(s) will be ignored. The thread 0x2f74 has exited with code 0 (0x0).
Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
I want to be able to debug my typescript code in Visual Studio using Chrome as the browser.
Please help.
This is a Visual Studio 2017 bug in version 15.3.3. When I try the same code on a pc with Visual Studio 2017 (15.2) it works.
I have reported the issue to Microsoft. https://developercommunity.visualstudio.com/content/problem/106262/change-and-ngmodelchange-do-not-fire-on-select-con.html
Every time I start VS 2017 (Enterprise) on Windows 10, it opens the Settings > Update & security > For developers screen. Why does it do this, and how can I prevent it?
Installed workloads:
.NET desktop
UWP
.NET mobile (Xamarin)
I don't recall changing anything else during installation.
I had the exact same problem when opening a Xamarin project.
(Maybe it's related to the configuration request of the Xamarin Mac Agent)
I've found that enabling the developer mode on the settings stop the
panel to popup everytime.
It shows up because of the UWP workload (along with a notification in Visual Studio that you need a developer license to develop UWP apps):
https://learn.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development
However, if you are writing software with Visual Studio on a computer for first time, you will need to enable Developer Mode on both the development PC, and on any devices you'll use to test your code. Opening a UWP project when Developer Mode is not enabled will either open the For developers settings page, or cause this dialog to appear in Visual Studio:
Developer mode lets you sideload apps, and also run apps from Visual Studio in debug mode.
Either switching to developer mode or modifying your Visual Studio installation to not include UWP will stop it from happening.
https://lh6.googleusercontent.com/-BGO1Og_OSvU/VA6k-OwLF3I/AAAAAAAANjA/oJzDRdLFI6w/s1600/www.Aloxovn.com-control.png
I'm using Visual Studio 2013 Ultimate Update 3.
But, it doesn't show all Debug features windows. Example: Debug\Windows\Locals or Disassembly tab.
Can you tell me how to show it?
See the View Menu. View -> Output Window
I'm having an issue with a referenced dll in my application that I want to be able to step into through debugging and found out about the Just My Code option under the Debug option under Tools. But when I load my tools I only have 5 options and Debug isn't one of them.
Enviornment
Projects and solutions
Text Editor
Windows Form Designer
Device Tools
I have Microsoft Visual Studio 2008 Professional Edition, why wouldn't this be included in every version of VS2008?
Ok, silly me. There's a checkbox "Show all Settings" that will show the rest of the options that were hidden.
I'm attempting to use the bitmap visualizer in Visual Studio 2010, but when I bring up the quick watch window I don't see the magnifying glass described here. I set the app to full trust under the Security tab of the project settings but it didn't help. Has anybody successfully used the bitmap debug visualizer?
Oops. Don't know why I thought this was included in Visual Studio 2010 but there is a 3rd party version here.