wolfegirl Posted March 22, 2005 Share Posted March 22, 2005 Does anyone know if you can debug php code in Dreamweaver??? If so how?? Quote Link to comment Share on other sites More sharing options...
azziman Posted March 22, 2005 Share Posted March 22, 2005 not sure on what u would class as debug the code, but if u want to view the code, with the coloured syntax 1) open dreamweaver 2) file > open > browse for file 3) click on CODE view for the file 4) view > code view options > click on each of the options 5) all code should now be coloured 6) enjoy Quote Link to comment Share on other sites More sharing options...
morpheus.100 Posted May 7, 2005 Share Posted May 7, 2005 No debug engine is included with dreamweaver, therefore you are reliant on php error reporting. If you want a php editor with debug capabillity then buy Zend Studio. Debug engines will not reduce development times as they are built around php's standard error reporting anyway. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.