Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Debug Dance - An Intro To Step Debugging - Chicago PHP UG

The Debug Dance - An Intro To Step Debugging - Chicago PHP UG

This talk was presented at the Chicago PHP UG meetup on March 27th, 2017: https://www.meetup.com/Chicago-PHP-User-Group/events/237220317/

Sammy Kaye Powers

March 27, 2017
Tweet

More Decks by Sammy Kaye Powers

Other Decks in Programming

Transcript

  1. Sammy Kaye Powers An Intro To Step Debugging in Dance

    The Chicago PHP UG March 27th, 2017
  2. OR

  3. Kate Gregory “ I'm not saying, ‘don't use printf()’, [...]

    but I think it's insane to use printf() on day one of learning C++. [...] I would first say use the debugger. Episode 30: Stop Teaching C (When Teaching C++)
  4. shows the execution path to the point where the code

    was paused Frames I… don’t have a cool drawing for “frames”…
  5. $ brew tap homebrew/homebrew-php $ brew install php71 $ brew

    install php71-xdebug on Homebrew Install +