Difference between revisions of "6.2 Debugging with Microsoft Visual Studio Express"

From MultiCharts
Jump to navigation Jump to search
(Created page with "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 versio...")
 
 
Line 7: Line 7:
 
After that, MultiCharts .NET should start.  
 
After that, MultiCharts .NET should start.  
  
[[Category:.NET Programming Giude]]
+
[[Category:6. Integration with Microsoft Visual Studio 2010/2012/Express]]

Latest revision as of 09:33, 6 May 2013

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.