From 32147e34ee9a17f2ca442a8085d8eebff6f703e3 Mon Sep 17 00:00:00 2001 From: Matthew Campbell Date: Sun, 14 Jul 2024 17:50:17 -0400 Subject: [PATCH] Fix small typo in docs (#7651) --- docs/docs/develop/devcontainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/develop/devcontainer.md b/docs/docs/develop/devcontainer.md index f9e9d2a62f..930e9775b9 100644 --- a/docs/docs/develop/devcontainer.md +++ b/docs/docs/develop/devcontainer.md @@ -67,7 +67,7 @@ If you need to process your queue with background workers, run the `worker` task You can either only run InvenTree or use the integrated debugger for debugging. Goto the `Run and debug` side panel make sure `InvenTree Server` is selected. Click on the play button on the left. !!! tip "Debug with 3rd party" - Sometimes you need to debug also some 3rd party packages. Just select `InvenTree Servre - 3rd party` + Sometimes you need to debug also some 3rd party packages. Just select `InvenTree Server - 3rd party` You can now set breakpoints and vscode will automatically pause execution if that point is hit. You can see all variables available in that context and evaluate some code with the debugger console at the bottom. Use the play or step buttons to continue execution.