Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDISessionConfiguration

All Superinterfaces:
ICDISessionObject

public interface ICDISessionConfiguration
extends ICDISessionObject

Describes the configuration of debug session.

Since:
Aug 6, 2002

Method Summary
 boolean terminateSessionOnExit()
          Returns whether the session should be terminated when the inferior exits.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

terminateSessionOnExit

boolean terminateSessionOnExit()
Returns whether the session should be terminated when the inferior exits.

Returns:
whether the session be terminated when the inferior exits

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.