I was searching for a debugger to step through a running programm. Say: Attach. The programm was build with eclipse, but because of maybe some multithreadding obstrucles, no sourcefiles where fond. What ever.
I got very compfortable with NetBeans.
- [debug] from menu -> Attach Deugger...
- as process chose the one to debug
- as project [new project]
Now the window disappars and you see nothing. detach from the process. The Read Square "Stop" helps.
- import source from the project as e.g. folder. ".../MyProject/src
- Now it appears in your project, and you can set breakpoints.
- again ttach debugger
- chose the process to debug.
- debugger should stop if programm reaches next breakpoint.
Going to [window] -> [Debugging] -> Will your window make compfortable.