Page 1 of 1

How to debug a signal in Visual Studio?

Posted: Feb 21 2013
by EdL
Hi there,

I have created a new signal, it compiles fine, but when I apply it to a chart it gives an error.

Message: Error in study "MyStudy" : :
Unaccessible property(method): AddFunction.
Construct only.

How can I attach the Visual Studio debugger in order to debug this issue?

Many thanks,

Ed

p.s. if this is a common error, then maybe someone could point me in the right direction to fix it as well :-)

Re: How to debug a signal in Visual Studio?  [SOLVED]

Posted: Feb 21 2013
by Henry MultiŠ”harts
Hello EdL,

Try this method.

Re: How to debug a signal in Visual Studio?

Posted: Feb 27 2013
by EdL
Thanks Henry. That works nicely.

N.B. In case anyone is having problems with their break points not working (with a little yellow warning triangle next to them) - make sure you select the correct target framework (3.5 not 4.0) in the project properties > Application > Target Framework.