Configure the debugger
Configure the Visual Studio or Visual Studio Code debugger.
- From the main toolbar, selectOpen .NET Solution.The default external code editor opens.TIP: We recommend using Microsoft Visual Studio 2022 or Microsoft Visual Studio Code as the default code editor. Some development assistance features may not be available when using a different code editor.
- If you use Visual Studio:
- From theDebugmenu, selectAttach to Process.A window that shows all processes running on the machine appears.
- Next toAttach to, chooseSelectand selectAutomatic. SelectOK.
- InAvailable Process, select either:
- FTOptixRuntime.exe
- Debugs a runtime NetLogic.
- FTOptixStudio.exe
- Debugs a design-time NetLogic.
- SelectAttach.The debug mode starts.
- If you use Visual Studio Code:
- Open theRun and Debugpane by pressing .
- From the list at the top of the pane, select either:
- Attach to FTOptixRuntime (NetSolution)
- Debugs a runtime NetLogic.
- Attach to FTOptixStudio (NetSolution)
- Debugs a design-time NetLogic.
- SelectStart Debuggingor press.F5
Provide Feedback