473,387 Members | 1,485 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

System.Diagnostics.DebuggerStepThrough() for properties

Hi,

Has somebody know a equivalent to System.Diagnostics.DebuggerStepThrough()
for a property.

Thanks.

WAUQUIER Frederic

Mar 16 '07 #1
2 1828
I think you just have to add it to the get/set accessors, not the property
itself, i.e.:

public int Property
{
[DebuggerStepThrough]
get
{
}
[DebuggerStepThrough]
set
{
}
}

"Frédéric Wauquier" <fw*******@flyinggroup.localwrote in message
news:11**********************************@microsof t.com...
Hi,

Has somebody know a equivalent to System.Diagnostics.DebuggerStepThrough()
for a property.

Thanks.

WAUQUIER Frederic

Mar 16 '07 #2
Thanks for this powerfull response .

Fred

"Clive Dixon" <clived at digita dot comwrote in message
news:ue**************@TK2MSFTNGP02.phx.gbl...
>I think you just have to add it to the get/set accessors, not the property
itself, i.e.:

public int Property
{
[DebuggerStepThrough]
get
{
}
[DebuggerStepThrough]
set
{
}
}

"Frédéric Wauquier" <fw*******@flyinggroup.localwrote in message
news:11**********************************@microsof t.com...
>Hi,

Has somebody know a equivalent to
System.Diagnostics.DebuggerStepThrough() for a property.

Thanks.

WAUQUIER Frederic

Mar 19 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: monkey king | last post by:
I have a given dll file(PDFCreator.dll) - probably generated by VC++. I want to use its method(PDFCreator()) in dotNet environment. It works well in WindiowsApplication, but bad in WebApplication...
0
by: muralidharan | last post by:
WebForm1.aspx Code: <%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %> <ComponentArt:TreeView id="TreeView1" Height="520"...
1
by: A | last post by:
Hello all! I would like to ask, what is System.Diagnostics.DebuggerStepThrough class and what is is used for? Thanks a million! --A
3
by: Luis Esteban Valencia | last post by:
A page let of work for me I commented almost all lines but nothing the code is this
3
by: Brian Foree | last post by:
I am developing an ASP.NET application that uses Access 2000 as its backend, and have just started getting the following error on 2 ASP.NET pages that had been working until late last week (and I...
3
by: mfc2004 | last post by:
Hi, I have a pc with windows XP SP1, net Framworks 1.1 and visual studio net 2003 When I first installed Visual Studio 2003, I noticed I was getting th follow error when showing a form A first...
2
by: | last post by:
Hi, I'm using Windows XP SP1 with Visual Studio 2003. I add a blank form to a project, then I add a default control of any type (label, button, etc) to that form. When I build and run the...
4
by: Liverpool fan | last post by:
I have a windows application written using VB .NET that encompasses a countdown timer modal dialog. The timer is a System.Timers.Timer with an interval of 1 second. AutoReset is not set so accepts...
2
by: =?iso-8859-1?Q?Fr=E9d=E9ric_Wauquier?= | last post by:
Hi, Has somebody know a equivalent to System.Diagnostics.DebuggerStepThrough() for a property. Thanks. WAUQUIER Frederic
22
by: schneider | last post by:
I need to hook the system mouse down event. I'm trying to replicate how a context menu hides when the mouse clicks outside of the control. Thanks, Schneider
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.