Hello,
just to summarize the integrated debugger problem.
Symptoms:
- Debugger reports "unable to set breakpoint..." on startup of a debug session.
I have to set breakpoints when the debug session is active.
- Setting breakpoints does not work reliably
("...unable to set breakpoint...").
I can't set a breakpoint in file A.cpp line=513, but I can set a breakpoint
elsewhere and the step through to line 513.
- debugging does only work for the first debug session after booting
The second debug session does hang.
See below for how to workaround this problem
Steps to reproduce the behaviour/workaround
1.) Boot Linux
2.) start SlickEdit (load C++ project)
3) start debug session (Debug-->Start)
4) stop debug session (Debug --> Stop)
5) start debug session once again
SE will now wait for GDB response and timeout after 30 secs
6) stop debug session
SE will stop the debug session but the debugged process is still running.
Killing the debugged process and restarting the debugger will not solve
the problem.
Workaround starts now
7) kill all SlickEdit processes (vs, vsdebugio, vsbuild)
I do a "ps aux | grep vs" to find the PIDs

kill the debugged process
9) start SlickEdit again.
10) now debugger will work
I can start and stop debug sessions without problems.
jaykay