remote debugging unusable
When remote debugging on a local machine (e.g. attaching to a local Weblogic server) all is well. When remote debugging on a different machine it slows considerably to the point it is unusable. Sometimes it never comes back and we have to disconnect. Tried using Eclipse to do the same thing with the same code and it is much faster. Might be enough for some on our team to switch.
Thoughts?
请先登录再写评论。
Hello Jason,
ChecK if you set a method breakpoint.
There are method breakpoints. Why would that matter?
They slow down execution some 10 times
jd2008 wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Ok. But the usefulness of remote debugging is so that I can break at a particular place in code and evaluate vars, right? Help me if I'm missing something.
Thanks for the replies.
http://support.jetbrains.com/kb/entry!default.jspa?categoryID=4&externalID=23&fromSearchPage=true
jd2008 wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
http://www.jetbrains.net/jira/browse/IDEA-6724
jd2008 wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Great tips, thanks for the help.