How to debug php code in dreamweaver cs5?
Asked Answered
R

2

3

If it doesn't support debugging are there any extensions or plugins out there?

Ratcliff answered 15/8, 2011 at 9:31 Comment(2)
what's wrong with var_dump() and die() ?Colver
@Colver those are really a basic/poor solution, compared to what you can do with a debugger...Counterpane
C
7

Dreamweaver, even if it supports syntax-highlighting of PHP source, isn't quite known as a PHP-development environment ; so I'm not sure it supports debugging of PHP code.

Instead, I would recommend you use another more PHP-Oriented IDE, like :

Those three all support debugging with the Xdebug extension.

Counterpane answered 15/8, 2011 at 9:35 Comment(1)
No, Dreamweaver does not support php debugging, i use PhpED for this purpose.Embarrass
D
2

You can use FirePHP with Firebug on any IDE including Dreamweaver. http://www.firephp.org/

Deberadeberry answered 15/8, 2011 at 9:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.