diff --git a/versioned_docs/version-0.7.0/developer/debugging-generated-code.mdx b/versioned_docs/version-0.7.0/developer/debugging-generated-code.mdx index e534a9468..eab26b332 100644 --- a/versioned_docs/version-0.7.0/developer/debugging-generated-code.mdx +++ b/versioned_docs/version-0.7.0/developer/debugging-generated-code.mdx @@ -64,7 +64,7 @@ to manually run the RTI and the other federates in order for the code to start e ### Adding Arguments -To add arguments using VS code, you should add a directory `.vscode` right below the opened `src-gen` directory, and add a `settings.json` file such as below. +To add arguments using VS code, you should add a directory `.vscode` right below the opened `src-gen` directory and add a `settings.json` file like the one below. In place of `federation_id`, write the actual federation ID that is being used by the RTI. ``` { "cmake.debugConfig": {