Announcement

Collapse
No announcement yet.

Debugging

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Debugging

    How do you guys debug while implementing new changes?

    I'm not really a PHP dev and find it hard being unable to have access to a stack view or anything beyond writing to the espo logfile.

    Even a print_r isn't much use as the webserver keeps all that to itself.

    Debugging frontend code is fine, I can use the console. It's just backend development that always runs slowly for me..

    Realise it's not Espo specific but I think I could contribute a lot more if I could get my environment running a bit more streamlined.

  • #2
    Logs and print_r($..); die; in some cases

    Comment


    • #3
      Ah ok - guess I'll just need to speed up and make less mistakes

      Comment

      Working...
      X