@@ -194,7 +194,7 @@ able to apply it to your circumstance.
194194The most popular DBGP debugger for PHP is Xdebug.
195195
196196I find that the most effective way to install Xdebug is to use PECL, instead
197- of a OS-level package manager such as aptitude or yum. You can also compile it
197+ of an OS-level package manager such as aptitude or yum. You can also compile it
198198from source if you're feeling hardy. To install it via PECL, run this from a
199199command line (requires root/admin privileges): >
200200
@@ -232,13 +232,13 @@ then use this instead of php when debugging. For instance, instead of "php
232232myscript.php", run "php-xdebug myscript.php" to start the debugger session.
233233
234234You are now officially ready to start debugging with PHP. However, if you've
235- become unstuck at any point then there are plenty of Google tutorials on
236- setting up Xdebug, or you can email me and I'll do my best to help.
235+ become stuck at any point then there are plenty of Google tutorials on setting
236+ up Xdebug, or you can email me and I'll do my best to help.
237237
238238------------------------------------------------------------------------------
2392393.2 Python set up *VdebugSetUpPython*
240240
241- Python has an standalone debugging tool that you can use from the command line,
241+ Python has a standalone debugging tool that you can use from the command line,
242242but to use Vdebug in conjunction with your Python scripts you will have to grab
243243the "pydbgp" tool, created by ActiveState (who make the Komodo Edit/IDE
244244software).
@@ -283,7 +283,7 @@ Try installing and using it like this: >
283283------------------------------------------------------------------------------
2842843.3 Ruby set up *VdebugSetUpRuby*
285285
286- Like Python, Ruby has an standalone debugging tool that you can use from the
286+ Like Python, Ruby has a standalone debugging tool that you can use from the
287287command line, but to use Vdebug in conjunction with your Ruby scripts you will
288288have to get the "rdbgp.rb" script that comes bundled with Komodo Edit/IDE by
289289Activestate.
@@ -325,7 +325,7 @@ If you're still having trouble, drop me an email.
325325Perl is one of the trickier languages to set up, unless you have very specific
326326instructions on what to do. Fortunately, that's what I'm going to give you!
327327
328- Like Python and Ruby, Activestate provide a standalone module that you can use
328+ Like Python and Ruby, Activestate provides a standalone module that you can use
329329to remotely debug Perl applications. What makes this more difficult than Python
330330and Ruby is that the debugging script changes and, as far as I can see, breaks
331331after a particular version. That means you have to get the right version from
@@ -383,7 +383,7 @@ is the port.
383383------------------------------------------------------------------------------
3843843.6 TCL/Wish set up *VdebugSetUpTcl*
385385
386- Like Python and Ruby, Tcl and Wish have an standalone debugging tool that you
386+ Like Python and Ruby, Tcl and Wish have a standalone debugging tool that you
387387can use from the command line, which has again been made available by
388388ActiveState.
389389
@@ -1220,7 +1220,7 @@ the question is good I might even add it to this list.
12201220 the language you're using and that you're doing what's necessary to
12211221 activate the engine when running the script (e.g. setting environment
12221222 variables/URL variables). If the problem persists, check that the
1223- debugger engine is connecting the same port and address that Vdebug is
1223+ debugger engine is connecting to the same port and address that Vdebug is
12241224 binding to (the 'port' and 'server' options). The server option is blank
12251225 by default, which means that it will connect to all available interfaces.
12261226 Unless you've changed this option, it's unlikely to be the issue. Also
@@ -1280,7 +1280,7 @@ the question is good I might even add it to this list.
12801280 repository and try to implement it yourself! I do accept merges.
12811281
12821282 Q. Why doesn't Ross, the largest friend, simply eat the other ones?
1283- A. Think of the indigestion that would result.
1283+ A. Think of the indigestion that would result in .
12841284
12851285 Q. My command line php script seems to stop at the first line, but the
12861286 source code is not loaded in the debugger window, how can that be?
0 commit comments