can i attach to gdb

Sysprogs forums Forums VisualGDB can i attach to gdb

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #942
    Anonymous
    Participant

    hello.

    i have started a service with

    gdb myservice

    and the command

    run

    can i attach with visualgdb to this gdb-session?

    #3481
    support
    Keymaster

    Hi,

    That is not possible. However you can start your service as “gdbserver : myservice” and then use the “target remote :” command to attach to it with VisualGDB.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.