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 3e873a7 commit 0e40982Copy full SHA for 0e40982
README.md
@@ -77,7 +77,7 @@ Desharp.Debug.DumpAndDie(obj)
77
```cs
78
// shortcut: dde
79
// method: Desharp.Debug.Log(Exception exception = null);
80
-Desharp.Debug.Log(ee);
+Desharp.Debug.Log(ex);
81
82
// shortcut: ddl
83
// method: Desharp.Debug.Log(
@@ -93,7 +93,7 @@ Desharp.Debug.Log(obj, Desharp.Level.DEBUG);
93
```vb
94
' shortcut: dde
95
' method: Desharp.Debug.Log(Optional exception As Exception)
96
-Desharp.Debug.Log(ee)
+Desharp.Debug.Log(ex)
97
98
' shortcut: ddl
99
' method: Desharp.Debug.Log(
0 commit comments