You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,25 @@ Git URL
3
3
https://github.com/eelstork/Debug-Chan.git
4
4
```
5
5
6
-
# Debug-Chan [WIP]
6
+
NOTE: Fork of *active-logic/prolog*; mainly because I need to share chanelled logging while roadwork is happening.
7
7
8
-
Fork of *active-logic/prolog*; mainly because I need to share chanelled logging while roadwork is happening.
8
+
# Debug-Chan
9
9
10
-
## What's up with Prolog and Debug Chan
10
+
A handy logging tool for Unity game development:
11
11
12
-
-*Prolog* is an aggressive instrumentation/debugger used to trace Unity games (based on mono.cecil). Prolog was created as an offshoot of the active-logic project (to help debug behavior trees); some interest recently and efforts to make this more usable.
13
-
-*Debug-Chan* is a channelled frame logger; makes it easy to view traces on a per game object basis, either for the current frame (play time) or history (while paused)
12
+
-Channeled logging on a per game object basis
13
+
-Automated call tracing (optional)
14
14
15
-
Right now: too many similarities between Prolog, Debug-Chan and the better established Active Logic frame logger; trying to unify front ends and put the loggers under the same banner.
15
+
Tired of pesky `Debug.Log`? Would prefer beautiful logs that let you see what the @#%^@^$ your game objects are doing without getting in the way?
16
16
17
-
More info will be provided later.
17
+
Debug-Chan is for you.
18
+
19
+
## Get started with chaneled logging
20
+
21
+
[pending]
22
+
23
+
## Get started with automated call tracing
24
+
25
+
[pending]
18
26
19
27
*Unrelated note* - Gabranth is one of the coolest characters in FFXII, just keep that in mind.
0 commit comments