File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323// 4. Use the context menu to debug the current PHP script. This should launch the debugger and break on our first breakpoint.
2424// We can see the current statement (that is about to be executed) marked.
2525// From the tool window below, the $name variable holds 'Maarten'.
26- // 5. Resume program by pressing the green icon from the tool window or using F9.
26+ // 5. Resume program by pressing the green icon from the tool window or using F9 (Command+Alt+R on Mac OS X) .
2727// 6. From the tool window below, the $name variable holds 'Mikhail'.
2828// Also a new variable $i is now available, set to zero.
2929// 7. Resume debugging.
30- // 8. Every time we go through the loop, the variables that have been modified can be inspected.
30+ // 8. Every time we go through the loop, the variables that have been modified can be inspected.
You can’t perform that action at this time.
0 commit comments