This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: Fw: Initialization Commands
That all looks good. Can you start insight and manually
attach/download/run to main using the console? (i.e, "break main", "target
remote localhost:3333", "load", "continue")
Yes. I can use it without problems.
If insight is timing out, it is usually a communication failure. You could
also try opening a debug window for more info (open console window, enter
"tk ManagedWin::open DebugWin"). You might be able to use some of gdb's
built-in debugging/diagnostics to see what's happening with the target
(enter "help set debug remote" -- never tried this with insight, though).
I can only test this when I'm running insight manually. If I start insight
using the
Run button it stays Not Responding.
I will not have problems If I have to manually attach/download/run to main
using
the console but I need at least that insight could save my new breakpoints.
Isn't
nice at all to set several breakpoints, close insight and when you open it
again noticed
that they weren't saved but even If you open it few days later. Not
everybody could
remember which breakpoints were set previously if they were several.
María