You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -455,7 +455,7 @@ In the Visual Studio Code integrated terminal, change the directory to the ***&l
455
455
dotnet build
456
456
```
457
457
458
-
Open the file `Program.cs` and add a breakpoint.
458
+
Open the file `ModuleBackgroundService.cs` and add a breakpoint.
459
459
460
460
Navigate to the Visual Studio Code Debug view by selecting the debug icon from the menu on the left or by typing `Ctrl+Shift+D`. Select the debug configuration ***<your module name>* Local Debug (.NET Core)** from the dropdown.
461
461
@@ -521,7 +521,7 @@ On your development machine, you can start an IoT Edge simulator instead of inst
521
521
522
522
### Build and run container for debugging and debug in attach mode
523
523
524
-
1. Open your module file (`Program.cs`, `app.js`, `App.java`, or `<your module name>.cs`) and add a breakpoint.
524
+
1. Open your module file (`ModuleBackgroundService.cs`, `app.js`, `App.java`, or `<your module name>.cs`) and add a breakpoint.
525
525
526
526
1. In the Visual Studio Code Explorer view, right-click the `deployment.debug.template.json` file for your solution and then select **Build and Run IoT Edge solution in Simulator**. You can watch all the module container logs in the same window. You can also navigate to the Docker view to watch container status.
527
527
@@ -685,7 +685,7 @@ Open the module file for your development language and add a breakpoint:
685
685
686
686
# [C\#](#tab/csharp)
687
687
688
-
Add your breakpoint to the file `Program.cs`.
688
+
Add your breakpoint to the file `ModuleBackgroundService.cs`.
0 commit comments