Wokwi Simulator
To use the Wokwi Simulator within the IDE, follow these steps:
Install wokwi-server as explained in the [wokwi-server installation guide](https://github.com/MabezDev/wokwi-server/).
In the Eclipse CDT build environment variables, configure WOKWI_SERVER_PATH with the path to the wokwi-server executable (Preferences > C/C++ > Build > Environment).
Create a new Run launch configuration with the Wokwi Simulator.
Select a project and add the Wokwi project ID. The ID of a Wokwi project can be found in its URL. For example, the project ID of the Wokwi project [ESP32 Rust Blinky](https://wokwi.com/projects/345932416223806035) is 345932416223806035.
Click Finish to save the configuration changes.
From the IDE Toolbar, click the Launch button to start the Wokwi simulator.
The Wokwi Simulator will open in an external browser, with serial monitor output displayed in the Eclipse CDT build console.
To terminate the Wokwi Simulator, click the Stop button in the toolbar.