app list - 2025.2 English - UG1725

Software Debugger Reference Guide (UG1725)

Document ID
UG1725
Release Date
2025-11-20
Version
2025.2 English

List applications.

Syntax

app list 

List all applications for in the workspace.

Options

Option Description
-dict List all the applications for the workspace in Tcl dictionary format. Without this option, applications are listed in tabular format.

Returns

List of applications in the workspace. If no applications exist, "No application exist" string is returned.

Examples

app list

Lists all the applications in the workspace in tabular format.

app list -dict

Lists all the applications in the workspace in Tcl dictionary format.