Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

IPackageDebugSettings interface

Enables debugger developers control over the lifecycle of a Windows Store app, such as when it is suspended or resumed.

Members

The IPackageDebugSettings interface inherits from the IUnknown interface. IPackageDebugSettings also has these types of members:

Methods

The IPackageDebugSettings interface has these methods.

MethodDescription
DisableDebugging

Disables debug mode for the processes of the specified package.

EnableDebugging

Enables debug mode for the processes of the specified package.

Resume

Resumes the processes of the package if they are currently suspended.

SetTargetSessionId

Sets the session identifier.

Suspend

Suspends the processes of the package if they are currently running.

TerminateAllProcesses

Terminates all processes for the specified package.

 

Remarks

Any debug options set remain in effect until they are cleared or this interface is released.

For debug settings to take effect on Internet Explorer in the new Windows UI, use "DefaultBrowser_NOPUBLISHERID" as the packageFullName parameter for IPackageDebugSettings methods.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

IDL

Shobjidl.idl

 

 

Build date: 5/16/2013

Community Additions

© 2013 Microsoft. All rights reserved.