Callstack Card

Access

Purpose

Features

        

The Callstack card displays methods that have been called in the call stack when a thread is at a breakpoint or suspended. The most recent call is highlighted and displayed at the bottom of the list of calls.

Each entry in the Callstack card appears as follows:

class.method(filename.java:line_number)

In a multi-threaded application, the current thread determines the information displayed in the call stack. To view the call stack for other threads, click the appropriate thread in the thread bar above the Source panel.

To view source code for a user code item on the call stack, double-click the item name. The Source panel displays the file for the method with the appropriate location highlighted. If you select a method for which the source code is not available, the Source panel displays the message "Cannot find file.java." If you have access to the source file, and you want to display it, choose Project > Project Settings... to open the Project Settings dialog, then enter the pathname to the source file in the File Search Path field.

Guide to the Cosmo Code Development Environment
12-96*266