Needle Console
needle
$19.80
$59.40
67%OFF
(no ratings)
Date |
Price |
---|---|
日時 |
価格($) |
01/28(2022) |
59.4 |
07/28(2024) |
19.8 |
11/21(2024) |
19.8 |
Jump AssetStore
Complex logs made readable (async, coroutines, callbacks)
Filter logs by message, line, file, class, package
No code changes needed to use powerful functionalityBetter stacktrace readability by integrating Ben.DemystifierSyntax highlighted stacktracesFilter logs: Hide or Solo (e.g. by message, line, file, package)Log background colors by type (e.g. warning, error, compiler error)Log prefixes show where logs are coming from at a glanceCollapse individual logs but preserve history and contextPing script files from logAdd actional hyperlinks to log messagesEditor-only logs don't impact final builds while double clicking still opens correct line and fileFixes to source code links e.g. when using local packagesDemystified Stacktraces 🔮 for any log message and exceptionsLogs going into Editor logfiles will also be demystified.Logs in builds will not be demystified (by design)..NET stack traces output the compiler transformed methods; rather than the source code methods, which make them slow to mentally parse and match back to the source code.Demystify outputs the modern C# 7.0 features in stack traces in an understandable fashion that looks like the source code that generated them.Stacktrace Syntax Highlighting 🎨We provide default syntax highlighting for Light and Dark Theme. You can also change colors to your liking.Syntax highlighting comes with a slight performance impact when selecting a log (not when logging it).Adjust highlighting colors to your liking.Disable specific highlight types by setting the Alpha value of the respective setting to 0.Log Filtering 🔍Log filters allow to hide specific logs in your project or only show the logs that matter for you right now. No need to change the way you write Debug.Log messages, it is all available at your fingertips via the console context menu.Hide logs by message, file, line, package or even timeSolo logs: show only log entries that matter to you right nowCollapse individual repeating logs 🍔Multiple logs from the same source can be collapsed into a single log.Log history is preserved and can be seen in the stacktrace view when the log is selected.Prevent spamming your console - keep context visiblePing script 📯Right click a console log to ping the source script fileWorks with scripts in assets, embedded, local or registry packagesConsole Hyperlinks 🔗Console hyperlinks make logs with rich text usable and extendable.By default we provide handling for urls and files.Example to log a clickable link to Unity.comDebug.Log(Open Unity WebsiteExample to open a file somewhere on disc:Debug.Log(Open some fileLog Background Colors 🚦Log background colors can be enabled or disabled to show severityCompiler errors receive special treatment and are rendered magenta so that shader programmers will feel right at home (it's great, really!)Log prefixes 📍Logs can automatically be prefixed with file- and method-name providing more context at your log output at a glance. Additionally we add a colored bar in front of the log message that shows which logs belong together / come from the same file.Editor Only logs 📑Use DebugEditor methods to log messages only in Unity Editor.No garbage or cpu cycles will be wasted in your standalone application.It is also possible to implement a class named DebugEditor somewhere in your code to add custom functionality.NOTE: Double clicking log entries that contain DebugEditor.Log in the console will still open the right file for you.