+1 888 340 6572

6.2 Debugging with Microsoft Visual Studio Express: Difference between revisions

From MultiCharts
No edit summary
No edit summary
Line 1: Line 1:
C# Express and VB.NET Express versions are distributed separately. The Information below can be applied only to '''Microsoft Visual Studio C# 2010 Express'''. This free version of MS VS has one drawback: it does not have the Attach To Process menu.   
C# Express and VB.NET Express versions are distributed separately. The Information below can be applied only to Microsoft Visual Studio C# 2010 Express. This free version of MS VS has one drawback: it does not have the Attach To Process menu.   


However, we created a workaround: click the http://www.multicharts.com/trading-software/images/4/45/VS2.png button on the tool bar of PLEditor .NET and MS VS C# Express will be opened. It will contain one C# project with the scripts of all studies. To start the debugging process run MultiCharts .NET from MS VS. To do that:
However, we created a workaround: click the http://www.multicharts.com/trading-software/images/4/45/VS2.png button on the tool bar of PLEditor .NET and MS VS C# Express will be opened. It will contain one C# project with the scripts of all studies. To start the debugging process run MultiCharts .NET from MS VS. To do that:
Line 6: Line 6:


After that, MultiCharts .NET should start.  
After that, MultiCharts .NET should start.  
 
<br>
[[Category:6. Integration with Microsoft Visual Studio/Express]]
[[Category:6. Integration with Microsoft Visual Studio/Express]]

Revision as of 14:22, 12 September 2024

C# Express and VB.NET Express versions are distributed separately. The Information below can be applied only to Microsoft Visual Studio C# 2010 Express. This free version of MS VS has one drawback: it does not have the Attach To Process menu.

However, we created a workaround: click the VS2.png button on the tool bar of PLEditor .NET and MS VS C# Express will be opened. It will contain one C# project with the scripts of all studies. To start the debugging process run MultiCharts .NET from MS VS. To do that:

  1. Click Debug in the main menu.
  2. Select Start Debugging.

After that, MultiCharts .NET should start.