Skip to content

debug.zip

Francesco Bianco edited this page Oct 27, 2020 · 3 revisions

File: debug.zip

The file debug.zip contain all Vtiger files for debugging puposise. You must extract it on your project to have the debug/ directory, in this way you can place breakpoints into Vtiger core files and you inspect the code flow.

Windows instruction

  • Right-click on file 'Show in Explorer' than right-click on file 'Extract here' (or cmd.exe: tar -xvf debug.zip)

Linux/macOS instruction

unzip -o debug.zip
Clone this wiki locally