We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XDebug enbale you to place Breakpoints into your code, this enable you to found variables and values in runtime
If you have vtiger-dev image and run the debug command, you are ready to use XDebug with PhpStorm.
vtiger-dev
debug
STEP #1: Add breakpoints where you need to debug using click on corresponding code.