Can you debug functions using VS?

Questions about MultiCharts .NET and user contributed studies.
picante
Posts: 3
Joined: 20 Apr 2022
Has thanked: 4 times

Can you debug functions using VS?

Postby picante » 27 Apr 2022

Hi team,
I'm new to MC and C#, I have been doing a lot of work trying to learn both.
I'm running VS Community. In VS, I can debug Signals and Strategies and Indicators. But I have not bee able to step through a function's code.
Is this possible?
Thanks.

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

Re: Can you debug functions using VS?

Postby Tammy MultiCharts » 28 Apr 2022

Hello picante,

All the pre-built functions in MultiCharts .NET are compiled upon building the installer.
It is not possible to debug them. However, you can debug your own functions that you create.
If you'd like to debug the pre-built ones, you'll need to create copies of them with different names.


Return to “MultiCharts .NET”