Edit and Continue: prepare your method and add breakpoint

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

Edit and Continue allows you to test the new add-in method while still developing it. This requires you to set at least one breakpoint in your code. In that case, GN4 application gets started through Visual Studio Express and when it stops on the breakpoint, you can modify the code and test it.

Note: when you start to edit a file, should you be prompted with the below warning that the "file you attempting to edit is read-only on disk", the procedure to follow depends whether you are using Perforce client or not. If you are a member of Tera staff that uses Perforce, then look at the paragraph "Checking-out a file you want to edit" in the Procedure with Perforce client. Otherwise, you can click Make writable.

Click to toggle graphic size

Click to toggle expandExample

1.

Next

Edit and Continue: select project to debug