Incompatible version of debugger module is detected-Solution |
|
I'm posting this to help anyone else who may need help on how to update the phped DBG debugger version in php on wamp. I spent hours and hours trying to make sense of the phped docs. Not being all that familiar with wamp and php extensions, it was difficult to understand the short docs on this in the phped docs. So hopefully this will help someone else.
Here was my initial problem: i updated phped from v:16 to v:17. After that, i could not debug, and phped was displaying the message: Incompatible version (7.6) of debugger module is detected. Here's what to do: Download the debugger wizard php script from: http://www.nusphere.com/products/dbg_wizard_download.htm And save the script in your c:\wamp\www\ folder. Then in your browser go to: localhost/dbg-wizard.php All this "wizard" does is tell you the info you need (below), in order to determine which dbg-php-x.x.dll files you need to copy from the folder tree: C:\Program Files (x86)\NuSphere\PhpED\debugger\server\Windows The Bolded lines below are significant: Here's what the wizard displays for me:
The info generated by the wizard above tells us what to copy. (Note: it's not a wizard in the sense that it sets things up for you. But it gives you the info you need in a concise short list). The bolded lines above, tell me: that i need to manually copy the file from: C:\Program Files (x86)\NuSphere\PhpED\debugger\server\Windows\x86_64_VC11\dbg-php-5.5.dll Into wamp's php extensions folder: c:\wamp\bin\php\php5.5.12\ext\ Then restart wamp, and walla! debug is now working again! |
||||||||||||||
Last edited by markh1 on Sun Sep 18, 2016 12:58 am; edited 6 times in total |
Site Admin
|
debugger module is just a dll and it's what you need to update in php configuration running on your wamp. Details are platform configuration specific. Project settings wizard leans them and shows clear instructions -- you have to follow them, shouldn't be a big deal.
|
||||||||||||
_________________ The PHP IDE team |
Site Admin
|
It's not that good to post something, then replace it with completely different.
Well, that's not project settings wizard. That's debugger wizard script that is used by the project settings wizard. Latter is what you actually needed from the beginning. |
||||||||||||
_________________ The PHP IDE team |
Incompatible version of debugger module is detected-Solution |
|
||
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