In this topic you will learn how to select a project to run through Edit and Continue in Visual Studio Express.
Note: this requires that the appropriate steps are performed beforehand for the project you want to debug. See Edit and Continue: prepare debugging.
As in the previous step, explained in Edit and Continue: preparing your method and adding breakpoint, you started to edit CustomArticle.vb, it regards Ted4, thus use the procedure A/. A/ If the code you are testing regards Ted4 On the Solution Explorer in Visual Studio Express, right-click TedSystemAddInExpress, and then select Set as StartUp Project. B/ If the code you are testing regards Fred4 On the Solution Explorer in Visual Studio Express, right-click FredSystemAddInExpress, and then select Set as StartUp Project. Note: only one project at a time can be a startup project. This means you can't debug Ted4 and Fred4 at the same time, but only one at a time. When you will need to debug another application, you will have to repeat the above procedure for the selected Fred4 add-in. Important! You cannot launch debug if any GN4 application is started on your workstation: shut down Ted4, Fred4, Edadmin, Admin and only then launch debug. |
1.Exit all GN4 applications 2.On the Debug menu, select Start debugging. As an alternative, you can also press F5. The GN4 application, selected as startup project, will launch normally. Log-in to proceed. Note: when debugging, a GN4 application launches more slowly. |
Next
Edit and Continue: execute your code