Main Content

slrealtime.getCrashStack

Downloads and decodes core files from target computer and opens these in MATLAB editor

Since R2020b

Description

example

files = slrealtime.getCrashStack(target_object) downloads and decodes core files from the target computer and opens these in the MATLAB editor. The decoded core files help you investigate issues that cause application crashes on the target computer.

Examples

collapse all

Create a Target object tg. Connect to the target computer. Get and open any crash stack information that is available on the target computer.

tg = slrealtime;
connect(tg);
my_files = slrealtime.getCrashStack(tg);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Output Arguments

collapse all

Holds file names created from downloaded and decoded core files.

Version History

Introduced in R2020b