This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fw: Initialization Commands


On 11/05/2009 08:53 AM, María de los A. Vázquez wrote:
What are your target settings from the target selection dialog?

Target: Remote/TCP Hostname: localhost Port: 3333

The following options have check marks:

-Set breakpoint at 'main'
-Set breakpoint at 'exit'
-Attach to Target
- Download Program
-Continue from Last Stop

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")


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).

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]