First off: hello everyone
I tried out the evaluation version of phped but some things seem to not work as expected.
Software version(s)
phpED Version 4.6.2 (Build 4632eval)
PHP DBG Listener, version 3.1.7
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies with DBG v3.1.8, (C) 2000,2006, by Dmitri Dmitrienk
Installed Software
* XAMPP packet
- PHP 5.2.0
- Zend Extension
- Apache 2.0 Handler
* Joomla CMS
Project setup
Project
- Root directory: c:\Internet\MyProjectDirectory
Mapping
- Run Mode: 3rd party software
- Root URL: http://localhost/myProjectDirectory (apache directory alias)
- Root Directory: c:\Internet\MyProjectDirectory (local installation)
Files
- Default file to run: c:\Internet\MyProjectDirectory\index.php (as the entry point of my cms)
changed phped default data
Tools -> Settings : Tools -> Tools
- Path to php.ini points to my xampp php.ini to reflect the real environment
Debugging process
DBG Listener properly startet and connected
25.01.2007 13:48:52 New SSL certificate is successfully created
25.01.2007 13:48:52 Listener started
25.01.2007 13:48:55 IDE "PhpED IDEVersion 4.6.2 (Build 4632eval)" attached |
If i set a breakpoint in one of my project files that is reached on the initial run, everything works fine. After my index.php is parsed, the output window pops up. At the same time, my local IP disconnects from the dbg listener and the last log file entry is "Debug session finished".
Well, unfortunately that behaviour leads to problems when clicking a link in the output window. The DBGSESSID isn't added to any link and so i am not able to debug files that aren't loaded with the first run of my index.php. I may add the dbgsessid manually but that takes plenty of time.
Is there anything i missed out in the configuration process?
Waiting for an answer with best regards - Arnd