Debugging

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    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.
  • yuri
    Member
    • Mar 2014
    • 8477

    #2
    Logs and print_r($..); die; in some cases
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

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

      Comment

      Working...