Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 504e52e

Browse files
author
Sharkbyteprojects
committed
Add namespace detection
1 parent 951e2b7 commit 504e52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compilerTool/il decoMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public override void runPayload()
4343
String.Concat(
4444
"-- Modified by SharkDebug\n",
4545
module.IsMain ? "-- Running as: \"{0}\"\n" : "",
46-
$"-- Entering \"{method.Name}\" of \"{type.Name}\""
46+
$"-- Entering \"{method.Name}\" of \"{type.Namespace}::{type.Name}\""
4747
)));
4848
if (module.IsMain)
4949
{

0 commit comments

Comments
 (0)