• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Can't debug PHP with FB 4.5

New Here ,
Aug 01, 2011 Aug 01, 2011

Copy link to clipboard

Copied

Hi

I'm trying to debug PHP services with ZendDebugger

I install correctly the ZendDebugger with Appserv with this code in php.ini

[Zend]
zend_extension_ts=C:/AppServ/php5/ext/ZendDebugger.dll
zend_debugger.allow_hosts=192.168.0.2, 127.0.0.1
zend_debugger.expose_remotely=always

with phpinfo() function I can see that the debugger is installed

Setup my project firstable creating a PHP project in Flash Builder and then Change/Add Project type to Flex Project

Inside Debug Configurations Add a PHP Web Page and setup to my PHP Class

Connect the services and works fine but if set breakpoints inside my php file the debugger doesn't work

Anybody can help me

Thanks

TOPICS
PHP

Views

900

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 02, 2011 Aug 02, 2011

Copy link to clipboard

Copied

I can debug a simple php file

But if use a php class with my services and debug, the debugger does not stop on my php file

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 04, 2011 Nov 04, 2011

Copy link to clipboard

Copied

LATEST

I am having a similar problem.  I can't even debug a simple php file.   Breakpoints did work correctly for a little while.  But one day they just seemed to stop working.  Did you ever figure this one out?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines