Dreamweaver, even if it supports syntax highlighting of a PHP source, is not entirely known as a PHP development environment; so I'm not sure if it supports debugging PHP code.
Instead, I would recommend you use another PHP-oriented IDE, for example:
These three commands support debugging with the Xdebug extension.
source share