Changes between Version 3 and Version 4 of Howto/XDebugAndPHPEclipse


Ignore:
Timestamp:
2008-09-12T11:53:31-05:00 (5 years ago)
Author:
MacMac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Howto/XDebugAndPHPEclipse

    v3 v4  
    9393[[Image(open_debug_dialog.png)]] [[BR]] 
    9494[[BR]] 
    95 You should get the Debug Dialog Window. We will create a new PHP XDebug Script by double clicking on the PHP XDebug Script list entry.This will create a new configuration and allow you to specify the necessary options. You can provide a name for your debug configuration, and then you must specify the Ide Identification String. You can select anything you want for this string. It is recommended to keep it short and memorable. Ensure that you remember this value for later. In our example, we will use the string firstproject.[[BR]] 
     95You should get the Debug Dialog Window. We will create a new PHP XDebug Remote Script by double clicking on the PHP XDebug Remote Script list entry.This will create a new configuration and allow you to specify the necessary options. You can provide a name for your debug configuration, and then you must specify the Ide Identification String. You can select anything you want for this string. It is recommended to keep it short and memorable. Ensure that you remember this value for later. In our example, we will use the string firstproject.[[BR]] 
    9696[[BR]] 
    9797[[Image(debugconfigurationremote.png)]] [[BR]] 
     
    107107!http://localhost/My_Project/xdebug.php?XDEBUG_SESSION_START=firstProject 
    108108 
    109 If you have set your ide string different you will need to change testID to reflect that. 
     109If you have set your ide string different you will need to change "firstProject" to reflect that. The default ide string is "testID". 
    110110 
    111111The debugger should stop at the breakpoint that we set earlier.