Debug NetLogic locally with Visual Studio Code
Debug a local project with design-time and runtime NetLogics by using
Visual Studio Code®
.Prerequisites
- Download, install, and setVisual Studio Codeas the default code editor. See Set the default code editor.
- Install the C# extension forVisual Studio Code: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp.
- Learn about debugging inVisual Studio Code. See Debugging in Visual Studio Code.
- To debug NetLogic locally with Visual Studio Code
- From the main toolbar, selectOpen .NET Solution.Visual Studio Codeopens.
- Either:
- Debug a runtime NetLogic. Run theFactoryTalk Optix Applicationand then inVisual Studio Code, selectAttach to FTOptixRuntime (NetSolution). See Deploy a FactoryTalk Optix Application.
- Debug a design time NetLogic. InVisual Studio Code,Attach to FTOptixStudio (NetSolution)and then execute the design time NetLogic. See Run a NetLogic at design time.
- Stop the debugging process, edit the code, and repeat the procedure.
Provide Feedback