1 parent c128bbf commit 6ad8807Copy full SHA for 6ad8807
1 file changed
docs/debugging/README.md
@@ -48,3 +48,13 @@ corehost
48
49
The native executable prouduced by .NET CLI will produce trace output
50
if launched with `COREHOST_TRACE=1 ./powershell`.
51
+
52
+CoreCLR PAL
53
+-----------
54
55
+The native code in the CLR has debug channels to selectively output
56
+information to the console. These are controlled by the
57
+`PAL_DBG_CHANNELS`, e.g., `export PAL_DBG_CHANNELS="+all.all"`, as
58
+detailed in the `dbgmsg.h` [header][].
59
60
+[header]: https://github.com/dotnet/coreclr/blob/release/1.0.0-rc2/src/pal/src/include/pal/dbgmsg.h
0 commit comments