Mobile native Wearable native

Call Stack View

The Call Stack view provides information of the crashed API, call stack, or debug message when the application crashes while running. Though debugging tools give more detailed information in the debugging state, the Call Stack view is a useful tool in the running state.

When the application crashes during running, the Tizen IDE creates a *.cs file in the crash-info folder under the current project and shows the Call Stack view automatically. The view can also be opened by selecting Window > Show View > Other > Tizen > Call Stack.

The Call Stack view has 3 tabs:

  • Header: Provides basic information about the crashed application. You can select the left pane to see specific information.
  • Call Stack Information: Traces call stack steps to find where the memory block has crashed. If you select a call stack item in the left pane, search result is shown in right pane.
  • Debug Message: Provides the latest debug message and filter function similar to the Log view. You can search with keywords filtered by tag, pid, and message.

The Call Stack view shows information only when the application crashes.

Go to top