[resolved] Debug Session Won't Start saying no debug-info |
Site Admin
|
"has no debug info" means that one of the php extension installed on your system DOES NOT ALLOW debugger to work.
One of the examples is Zend's own debugger that does not allow any other debuggers to work. They did pretty hard work to achive the effect. You may want to ask them stop doing such silly tricks |
||||||||||||
_________________ The PHP IDE team |
|
Good call, Dmitri! I was evaluating PDT for Eclipse a couple days ago, and that does use the Zend debugger.
But, I'd like to revisit PDT again, because I was comparing PhpED with PDT and also with the Zend Studio. So ... 1. How can I easily disable the Zend debugger so I can proceed with my PhpED evaluation? 2. Once it's disabled, will the PhpED debug setup make it difficult to re-enable Zend? |
||||||||||||
|
Site Admin
|
It is as simple as this: run phpinfo(), find php.ini in the output produced by phpinfo(), edit php.ini, restart Apache, and re-check phpinfo to make sure all the changes you've made are in effect.
|
||||||||||||
Last edited by dmitri on Tue Dec 23, 2008 12:21 pm; edited 1 time in total _________________ The PHP IDE team |
|
It's working! Many thanks.
That was a lot easier than I thought. Just commented the one zend line ...
|
||||||||||||||
|
|
I have the same issue.
But the only "zend" line in my php.ini is this one. I suppose you don't want me to comment it out, right?
Here is my dbg-wizard.php output:
I uploaded my phpinfo here: mywebserver/phpinfo.pdf Any idea what could be wrong? |
||||||||||||||||
|
Veteran
|
Your phpinfo output seems fine -- the DBG module is being loaded correctly. You do not want to comment the zend_extension_ts="c:\progs\server\xampp\php\ext\dbg-php-5.0.dll" line, because that is the correct way of loading the DBG module.
Your problem is probably something else, e.g. some incorrect mapping in your project settings. I suggest you run the debug wizard for clues (see the first post above). |
||||||||||||
_________________ |
|
THX 4 the quick answer. Good guess. I think I solved it right now. At least partly. It was an incorrect mapping in the project/work pathes. I think. There is one thing left:
Which is strange, because with PHP5.2 is never had this on any PHP code. He does this i.e. on the constructor code of a specifity class XY in an included php file. Funny is that when pressing F7 in the main php file ... on the code that creates an instance of XY ... jumps over the statement instead of into. Even more funny is that "find declaration" on the line opens the file with correct class definiton of classe xy. The include file is in a subfolder if the main php file. Any ideas? |
||||||||||||||||
|
|
I solfd the issue. But I don't know how. Was it the fresh install of xampp? Was it the upgrade to php5.2 instead of php5.1?
Anyway. it works |
||||||||||||
|
[resolved] Debug Session Won't Start saying no debug-info |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by