Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gwomacks/php-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cchamplin committed Jan 19, 2016
2 parents 150b9c7 + 57e7547 commit 0d98f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ See can find a complete list and explanation of Xdebug settings [here](http://xd

To begin debugging:
1. Open up your PHP file in atom
2. Move the cursor to a line you want to break on, and set a breakpoint by pressing ctrl+f9 or selecting Toggle Breakpoint from the Command Palette (ctrl+shift+p) or the php-debug menu (Packages -> php-debug->Toggle Breakpoint). This will highlight the line number green, to indicate the presence of a breakpoint.
2. Move the cursor to a line you want to break on, and set a breakpoint by pressing Alt+F9 or selecting Toggle Breakpoint from the Command Palette (ctrl+shift+p) or the php-debug menu (Packages -> php-debug->Toggle Breakpoint). This will highlight the line number green, to indicate the presence of a breakpoint.
3. Open up the debug view by pressing ctrl+alt+d, or selecting 'Toggle Debugging' from the Command Palette or php-debug menu.
4. Start the script with Xdebug enabled. If everything is setup correctly, the entire line of the breakpoint will be highlighted in green, indicating the current line of the script.

Expand Down

0 comments on commit 0d98f1f

Please sign in to comment.