Open main menu

6.1 Debugging with Microsoft Visual Studio 2010/2012

Revision as of 19:16, 3 May 2013 by Roman MultiCharts (talk | contribs) (Created page with "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-s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To debug indicators and signals in MultiCharts .NET open the solution with the scripts of these studies from PLEditor .NET by clicking the 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:

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