You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: get-started/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To build the Dev Container, clone [elastisim-devcontainer](https://github.com/el
19
19
20
20
## Simulation
21
21
22
-
To run the simulation, execute the _Run ElastiSim Scenario_ from the _Run and Debug_ panel. If you are using the contributor Dev Container, you must build the project first using the CMake configuration files provided by the container.
22
+
To run the simulation, execute the _Run ElastiSim Scenario_ from the _Run and Debug_ panel. This profile will launch two processes, the simulation engine and the example algorithm. If you are using the contributor Dev Container, you must build the project first using the CMake configuration files provided by the container.
23
23
24
24
For a more detailed output, change the arguments of the simulation engine from `--log=root.thresh:warning` to `--log=root.thresh:info` in the launch.json file under the .vscode folder (caution: verbose).
0 commit comments