You can save and restore the current state of the debug environment.
- If you are using the Tcl command-line interface:
- Use the save
-environmentcommand to save the current state of the environment to a file:xcelium> save -environment [ filename ]
This command generates a script containing Tcl commands to recreate breakpoints, databases, probes, and the values of Tcl variables. Iffilenameis not specified, the script is written to standard output.
- To restore the environment, execute the script with the Tcl source command or use the
-inputoption when you start the simulator.
- If you are using SimVision:
- Choose File - Save Command Script to save the command script.
- Choose File - Source Command Script to restore your debug settings.
When you source a script containing Tcl commands to restore a saved debug environment or choose File - Source Command Script, the software merges the debug settings in the script with your current debug settings.
