Skip to content

Commit

Permalink
Update versioned_docs/version-0.7.0/developer/debugging-generated-cod…
Browse files Browse the repository at this point in the history
…e.mdx

Co-authored-by: Peter Donovan <[email protected]>
  • Loading branch information
lhstrh and petervdonovan authored Jul 2, 2024
1 parent f2a39ad commit db26217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit db26217

Please sign in to comment.