The stack dump debugger enables you to perform a post-mortem analysis of a dump of your application's Smalltalk process stack at the point at which it failed. A stack dump contains information about the state of the image at the time of an error for a running Smalltalk program.On workstations for CICS, a stack dump file is created, using the file name of the image that was running and a file extension of sdf. For all native applications, the file name is aaaaaaxx.sdf, where aaaaaa is the first six characters of the image name and xx is an assigned number
![]() |