Debugging

Questions about MultiCharts .NET and user contributed studies.
Kghiasv
Posts: 6
Joined: 03 Aug 2021
Has thanked: 2 times

Debugging

Postby Kghiasv » 01 Nov 2021

Hello,

The locals, autos, and watch 1 debug windows are empty and I cant figure out how to make them show values. I have attached to Multicharts.NET but I'm sure I'm missing other required options.

I also can't set a breakpoint. I get the "A breakpoint could not be inserted at this location" error.

Any help would be much appreciated.

Thank you

User avatar
Tammy MultiCharts
Posts: 200
Joined: 06 Aug 2020
Has thanked: 6 times
Been thanked: 65 times

Re: Debugging

Postby Tammy MultiCharts » 09 Nov 2021

Hello Kghiasv,

Please try the following steps:
1. Run PowerLanguage .NET Editor.
2. Click Launch VS 2010 on the toolbar (Visual Studio will open).
3. In the Solution Explorer window select the indicator for debugging.
4. Insert the breakpoints.
5. Select Debug > Start Debugging (MultiCharts .NET will run).
6. Plot a chart and apply the indicator to it.
Once the indicator is calculated on the data, the breakpoints will work.

Kghiasv
Posts: 6
Joined: 03 Aug 2021
Has thanked: 2 times

Re: Debugging

Postby Kghiasv » 13 Dec 2021

Hello,

Sorry for the late reply.

Thank you so much, I got it to work.


Return to “MultiCharts .NET”