Publisher | BW |
---|---|
File size | 3.47MB |
Number of files | 35 |
Latest version | 1 |
Latest release date | 2023-06-26 02:33:14 |
First release date | 2023-06-26 02:33:14 |
Supported Unity versions | 2018.4.2 or higher |
- Key Feature
Trace Inspector focuses on the program debugging.
It can inspect almost all members of all objects, and can invoke methods with arguments to test directly.
More importantly, it can trace existed methods with no code, print logs of variables right before and after the invoking of methods.
- Inspect More Objects
It can select C# types besides the selection of the hierarchy and the project view.
You can make your own path too.
- Support More Types of Data
Access:including private, static members.
Member:including properties, methods, constructors, events.
Data:including IList/IDictionary, Delegate...
- Test Methods
Invoke methods with arguments, and inspect the return values.
- Watch List
It can inspect a list of members from different paths permanently.
- Trace Members
It can trace changes of properties and events, as well as invokings of methods.
It can print logs right before and after invoking methods just like printing at breakpoints.
- Log Expression
It can print arguments, the return value, 'this' and member values and so on when invoking.
You can define your own variables and functions also.
- Trace Condition
You can set condition expressions, then it'll only print logs when the expressions are true.
For example, the condition of a property's set method is checking changes of the property's value.
- Remote Trace
It supports tracing remote devices via net, such as android/ios devices.
It's just like debugging in the editor, making it easy to find bugs.
- Others
Drag and drop:members of each window can be dragged or dropped from each other.
- Version Support
Tested:Unity2019~2022