How do I set up debuging of a checked out Subversion Repository
https://www.jetbrains.com/phpstorm/help/checking-out-files-from-subversion-repository.html
Checking Out Files from Subversion Repository
How do I debug this code? Do I debug the local code? If I check in code how do I debug checked in code?
Thank you,
--StevenKW
请先登录再写评论。
Please check:
http://confluence.jetbrains.com/display/PhpStorm/Zero-configuration+Web+Application+Debugging+with+Xdebug+and+PhpStorm , it should be suitable for debugging local code and checked in code (which is the local as well).