Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 790 Bytes

debug.md

File metadata and controls

17 lines (14 loc) · 790 Bytes

Debug


Description

Debug tools that among other things, can scan a project for general issues like missing references, type checking, lint errors and more.

Packages

Name Description
Entities Reflection-like package for debugging purposes

Classes

Name Description
Debugger Provides tools to debug code files This class has a few tools to do basic debug checks on a file
DocumentFile Extract information from a PHP file This file will extract information like classes, functions, and so on, from a PHP file
Lexer A lexer built on PHP's token system It's great that PHP has a way to print tokens from code text