Changes between Version 3 and Version 4 of Howto/XDebugAndPHPEclipse
- Timestamp:
- 2008-09-12T11:53:31-05:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto/XDebugAndPHPEclipse
v3 v4 93 93 [[Image(open_debug_dialog.png)]] [[BR]] 94 94 [[BR]] 95 You should get the Debug Dialog Window. We will create a new PHP XDebug Script by double clicking on the PHP XDebugScript 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]]95 You 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]] 96 96 [[BR]] 97 97 [[Image(debugconfigurationremote.png)]] [[BR]] … … 107 107 !http://localhost/My_Project/xdebug.php?XDEBUG_SESSION_START=firstProject 108 108 109 If you have set your ide string different you will need to change testID to reflect that.109 If you have set your ide string different you will need to change "firstProject" to reflect that. The default ide string is "testID". 110 110 111 111 The debugger should stop at the breakpoint that we set earlier.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)