Skip to content

Commit db26217

Browse files
Update versioned_docs/version-0.7.0/developer/debugging-generated-code.mdx
Co-authored-by: Peter Donovan <[email protected]>
1 parent f2a39ad commit db26217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-0.7.0/developer/debugging-generated-code.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to manually run the RTI and the other federates in order for the code to start e
6464

6565
### Adding Arguments
6666

67-
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.
67+
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.
6868
```
6969
{
7070
"cmake.debugConfig": {

0 commit comments

Comments
 (0)