While debugging, you can open databases, set probes, set breakpoints, set aliases, and so on. To display your current debug settings, do the following:
- If you are using the Tcl command-line interface,Use the appropriate modifier to display information. For most commands, this is the
-showmodifier. For example:
xcelium> database -show
xcelium> probe -show
Use thealiascommand without a modifier to display information about aliases you have set, as shown in the following example:xcelium> alias
e exit
f2 finish 2
h history
xcelium>
- If you are using SimVision, use the commands on the Show menu.For example, to view information on breakpoints you have set, choose .
