+1 888 340 6572

6.1 Debugging with Microsoft Visual Studio: Difference between revisions

From MultiCharts
No edit summary
Tags: Manual revert Reverted
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To debug indicators and signals in MultiCharts .NET open the solution with the scripts of these studies from PLEditor .NET by clicking the http://www.multicharts.com/trading-software/images/0/08/VS1.png button on the toolbar. When MS VS 2010 is open, select Debug > Attach to Process from the main menu. In the opened window select:
To debug indicators and signals in MultiCharts .NET open the solution with the scripts of these studies from PLEditor .NET by clicking the <img src="https://www.multicharts.com/trading-software/images/e/e6/Icons8-visual-studio-48.png" width="24"> button on the toolbar. When MS VS 2010 is open, select '''Debug Attach to Process''' from the main menu. In the opened window select:
# Attach to: Managed (v4.0) code
# Attach to: Managed (v4.0) code.
# In Available Process list select MultiCharts.exe or MultiCharts64.exe process depending on the version used.  
# In Available Process list select '''MultiCharts64.exe''' process.  
# Click the Attach button.
# Click the '''Attach''' button.
# Proceed with debugging.
# Proceed with debugging.


[[Category:6. Integration with Microsoft Visual Studio 2010/2012/Express]]
[[Category:6. Integration with Microsoft Visual Studio/Express]]

Latest revision as of 14:11, 25 September 2024

To debug indicators and signals in MultiCharts .NET open the solution with the scripts of these studies from PLEditor .NET by clicking the button on the toolbar. When MS VS 2010 is open, select Debug → Attach to Process from the main menu. In the opened window select:

  1. Attach to: Managed (v4.0) code.
  2. In Available Process list select MultiCharts64.exe process.
  3. Click the Attach button.
  4. Proceed with debugging.