can Any body tell me how to d开发者_如何学Goebug asp-classic code in Macromedia Dreamweaver, like we can debug code in visual studio because visual studio provide built in debugger. So is there any method by which we can debug asp-classic code in Macromedia Dreamweaver.
There is no way to debug code in Dreamweaver MX. Dreamweaver CS5 provides automatic syntax checking of code, though.
I debug code in Dreamweaver by manually printing variables as html comments.
精彩评论