Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1007 Bytes

File metadata and controls

35 lines (26 loc) · 1007 Bytes
title description keywords ms.date topic_type ms.topic api_name api_type
.prefer_dml (Prefer Debugger Markup Language)
The .prefer_dml command sets the default behavior for commands that are capable of providing output in the Debugger Markup Language (DML) format.
.prefer_dml (Prefer Debugger Markup Language) Windows Debugging
05/23/2017
apiref
reference
.prefer_dml (Prefer Debugger Markup Language)
NA

.prefer_dml (Prefer Debugger Markup Language)

The .prefer_dml command sets the default behavior for commands that are capable of providing output in the Debugger Markup Language (DML) format.

.prefer_dml 0
.prefer_dml 1

Parameters

0
By default, all commands will provide plain text output.

1
By default, commands that are capable of providing DML output will provide DML output.

See also

Debugger Markup Language Commands