Edit and Continue: prepare debugging

Build 1501 on 14/Nov/2017  This topic last edited on: 21/Mar/2016, at 18:34

Edit and Continue allows you to test a new add-in method while still developing it, or debug the problem in VB methods. This requires you to define debug projects and applications as a first step.

The defining of debug applications is one-time process, and it has to be either performed once for each GN4 project you want to debug and on each client computer where you expect to run Visual Studio Express. Alternative is to deploy the appropriate file with .vbproj.user extension to all client computers that have to perform debugging.

Click to toggle expandTo define GN4 project and application

Note

You can paste the above content in the file <projectname>.vbproj.user in the project folder, e.g. for Fred, the name will be FredSystemAddInExpress.vbproj.user in C:\TERA\GN4\<version>\src\GN4AddIns\FredSystemAddIn folder. If you paste the content while Visual Studio Express is already open, you need to close and restart it.

See also

Select 32-bit or 64-bit platform