Debug or Log output from PHPStorm app
Hey there,
is there a way to see a debug or log output from a regular instance of PHPStorm application? I found log.xml in the package but according the informations here http://devnet.jetbrains.net/docs/DOC-1202 its only for
- problems with PHP debugging
-
problems with deployment/synchronization
Regards
Stefano
请先登录再写评论。
What kind of output do you want to see and why? Normally we don't include much logging code in our IDEs.
Hey Dmitry,
I still investegating the file extension issue from my other thread. Its registered in the sandbox instance of PHPStorm and when I install it as a normal plugin in IDEA11 CE but not when it is installed in normal instance of PHPStorm.
I hoped there is a log about such issues.
Stefano
We don't have any logging that could help you with this kind of issues. Note that the code in question is open-source as part of IntelliJ IDEA Community Edition, so you can look at it or run it under a debugger to understand how it works.
Ok, thanks for the informations.
Do you have any idea what the reasons for the difference between the sandbox and the normal instance could be? Maybe a cache issue or something else?
Stefano
Hey,
the answer to this problem is located here:
http://devnet.jetbrains.net/thread/435312?tstart=0
Stefano