Remote Debugging
When trying to remotely debug in 3273, breakpoints are respected, but
stepping to the next line seems to be unpredictable and does not go to
the next statement, but steps out instead. Any else having this problem?
thanks,
adam
Please sign in to leave a comment.
Yes, I'm having this for the last 3 or 4 builds. Pity, I can't reproduce it consistently enough to file a bug report.
Adam C wrote:
I've seen this as well but cannot reliably reproduce it. It seems however
to be related to multithreaded applications because I haven't had this
problem in "simple" applications yet, but it happens a lot when debugging
plugins.
Sascha
Do you have "suspend all threads when stepping" button on debugger toolbar pressed?
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Sascha Weinreuter" <sascha.weinreuter@NOSPAM-cit.de> wrote in message news:d2e3t4$gp2$1@is.intellij.net...
>> When trying to remotely debug in 3273, breakpoints are respected, but stepping to the next line seems to be unpredictable and
>> does not go to the next statement, but steps out instead. Any else having this problem?
>
>
Eugene Zhuravlev (JetBrains) wrote:
Umm, no. I had the idea of doing this to get rid of the problem, but can't tell right
now if I did it and if it had any effect. Will pay more attention next time it happens.
Sascha