Skip to main content
Known Participant
September 12, 2007
Question

how to debug in dreamweaver

  • September 12, 2007
  • 2 replies
  • 4877 views
Hi
i want to debug php code in dreamweaver how?
or i want to watch variables at specific time when the page is running
can i out break point?

thanks in advance.
This topic has been closed for replies.

2 replies

Known Participant
September 29, 2007
quote:

Originally posted by: macnux
Hi
i want to debug php code in dreamweaver how?
or i want to watch variables at specific time when the page is running
can i out break point?

thanks in advance.


You can actually : PHP debugger for Dreamweaver (Voluntary donationware)

Robert
Inspiring
September 13, 2007
"macnux" <webforumsuser@macromedia.com> wrote in message
news:fc9tee$t46$1@forums.macromedia.com...
> Hi
> i want to debug php code in dreamweaver how?
> or i want to watch variables at specific time when the page is running
> can i out break point?
>
> thanks in advance.


No, the ColdFusion debugging feature was never expanded into other server
models.
In a nutshell, the CF Debugging feature outputs xml tags into the document,
Dreamweaver scans these xml tags extracts the values and displays the
results.

Joris