Skip to content

Commit

Permalink
Update docs/developer/debugging-generated-code.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <[email protected]>
  • Loading branch information
edwardalee and lhstrh authored Jan 23, 2024
1 parent ce674dc commit 4e615d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/debugging-generated-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The structure of the generated code depends on the target you are using, but in
everything needed to build and run the code.
You can use VS Code's convenient Search functionality to find your reaction bodies and set breakpoints.
You can also modify the code directly and recompile it using CMake, but be careful to save any changes that you
want to preserve somewhere else because the next time you run `lfc`, the `src-gen` directory will be overwrittend.
want to preserve somewhere else because the next time you run `lfc`, the `src-gen` directory will be overwritten.

## Running and Debugging Generated Code

Expand Down

0 comments on commit 4e615d4

Please sign in to comment.