Diagnostic Overview¶
Use this section when installation, wrapper integration, or direct mate
Python API usage does not behave as expected.
Quick Start¶
Run
mate checkto validate the runtime environment.Run
mate show-configto inspect versions, devices, architecture resolution, and JIT or AOT state.Run
mate envto confirm the shell exports seen by MATE.Enable logging or Level 10 dumps when the failure requires deeper evidence.
Replay or share the captured dump data when the issue must be reproduced.
Note
If one of the first three commands already explains the issue, you can stop there.
Primary Commands¶
mate check
mate show-config
mate env
Next Steps¶
Topic |
Use Case |
|---|---|
Runtime checks, environment inspection, module status, or dump replay. |
|
Log levels, dump controls, environment variables, or replayable captures. |
See Also¶
Go back to Overview if you are still choosing an integration path.
Go back to Wrappers if you are still working through a wrapper quickstart.
Continue with API Reference if the failure is in direct
matePython API usage.