.net - How do you disallow DebuggerNonUserCodeAttribute from being placed on the code generated by the dataset designer? -


I want to step through a dataset designer code in an ASP.NET project, how can I ensure that: [Global:: System.Diagnostics.DebuggerNonUserCodeAttribute ()] is not included on this generated code?

You can not stop it from happening, however, you can move through the properties, just These methods can simply disable my code in the manner tagged.

Go to Tools - & gt; Select the option and debugger node should have a check box with the text "Enable Just My Code" on the right and uncheck that box and you will be able to step in your dataset code.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -