Good day!
I'm getting HTTP 500 error while debugging code with beakpoint in CSIDE. It looks like stopping at CSIDE breakpoints causing HTTP 500 in development browser session.
Log file contains the following error messages:
18:06:13,145 ERROR KWebUtils::Write() Error in writing to socket
18:06:13,145 ERROR KWebUtils::Write() Error in writing to socket
In contrast, when I remove breakpoints in Eclipse Debug perspective code execution runs smoothly.
Has anyone faced with this problem?
Any help would be appreciated.