mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
fix Break
This commit is contained in:
parent
49dd0eaa97
commit
44e0792517
@ -50,6 +50,14 @@ namespace DCFApixels.DragonECS
|
|||||||
DebugService.Instance.Print(tag, v);
|
DebugService.Instance.Print(tag, v);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
public static void Break()
|
||||||
|
{
|
||||||
|
{
|
||||||
|
#if !DISABLE_DRAGONECS_DEBUGGER
|
||||||
|
DebugService.Instance.Break();
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract class DebugService
|
public abstract class DebugService
|
||||||
|
Loading…
Reference in New Issue
Block a user