LogDebugger License: MIT
Use log file as a dump/core file to debug code. This can be easily to figure out which code line is related to the current log line, so we can easily debug issues.
^
||
||
||
v
^
||
||
||
v
Process: Write log: code line -> make prefix -> make log line / make db file-> zip log line -> write log
Read log: read log line -> unzip log line -> get prefix -> read db file -> jump to code line
In the future:
- make log prefix as a binary file to related to log lines