We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73269d0 commit a06d5a3Copy full SHA for a06d5a3
docs/extensibility/debugger/reference/attach-reason.md
@@ -20,18 +20,18 @@ Specifies the reason for the debug engine (DE) to attach to a program node.
20
21
```cpp
22
enum enum_ATTACH_REASON {
23
- ATTACH_REASON_LAUNCH = 0x0001,
24
- ATTACH_REASON_USER = 0x0002,
25
- ATTACH_REASON_AUTO = 0x0003
+ ATTACH_REASON_LAUNCH = 0x0001,
+ ATTACH_REASON_USER = 0x0002,
+ ATTACH_REASON_AUTO = 0x0003
26
};
27
typedef DWORD ATTACH_REASON;
28
```
29
30
```csharp
31
public enum enum_ATTACH_REASON {
32
33
34
35
36
37
0 commit comments