Remote debugger?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • doublemaster007@gmail.com

    Remote debugger?

    Is there any debugger in which i can remotly debug Linux exe in
    windows system...i mean debugger should be in windows and connect to
    Linux machin in which the executable is running..!

    is there any thing like that? is this kind of tool possible to
    develop??
  • Pascal J. Bourguignon

    #2
    Re: Remote debugger?

    "doublemaster00 7@gmail.com" <doublemaster00 7@gmail.comwrit es:
    Is there any debugger in which i can remotly debug Linux exe in
    windows system...i mean debugger should be in windows and connect to
    Linux machin in which the executable is running..!
    >
    is there any thing like that?
    gdb can do remote debugging, so it's possible that it may work, even
    from MS-Windows to linux. Worth giving it a try anyways.



    is this kind of tool possible to
    develop??
    Yes. If gdb doesn't work as is, from MS-Windows to linux, you could try to add the feature to it.
    In anycase, gdb is an example of how it works from linux to linux.


    If you're not in adding features to gdb, you could instead run linux
    in a virtual machine on your MS-Windows machine, and either debug
    locally or remotely.

    --
    __Pascal Bourguignon__

    Comment

    • Maxim Yegorushkin

      #3
      Re: Remote debugger?

      On Oct 16, 12:48 pm, "doublemaster.. .@gmail.com"
      <doublemaster.. .@gmail.comwrot e:
      Is there any debugger in which i can remotly debug Linux exe in
      windows system...i mean debugger should be in windows and connect to
      Linux machin in which the executable is running..!
      Standard practise is to open a remote session (telnet, rsh, ssh,
      PuTTY) to the Linux box and use gdb to debug the process. If you run
      Linux in a virtual machine this method works as well.

      --
      Max

      Comment

      • doublemaster007@gmail.com

        #4
        Re: Remote debugger?

        On Oct 16, 5:34 pm, p...@informatim ago.com (Pascal J. Bourguignon)
        wrote:
        "doublemaster.. .@gmail.com" <doublemaster.. .@gmail.comwrit es:
        Is there any debugger in which i can remotly debug Linux exe in
        windows system...i mean debugger should be in windows and connect to
        Linux machin in which the executable is running..!
        >
        is there any thing like that?
        >
        gdb can do remote debugging, so it's possible that it may work, even
        from MS-Windows to linux.  Worth giving it a try anyways.
        >

        >
        is this kind of tool possible to
        develop??
        >
        Yes.  If gdb doesn't work as is, from MS-Windows to linux, you could try to add the feature to it.
        In anycase, gdb is an example of how it works from linux to linux.
        >
        If you're not in adding features to gdb, you could instead run linux
        in a virtual machine on your MS-Windows machine, and either debug
        locally or remotely.
        >
        --
        __Pascal Bourguignon__
        I am looking for a GUI based windows app. Can we do anything using
        eclipse?

        Comment

        • Ian Collins

          #5
          Re: Remote debugger?

          doublemaster007 @gmail.com wrote:
          On Oct 16, 5:34 pm, p...@informatim ago.com (Pascal J. Bourguignon)
          wrote:
          >"doublemaster. ..@gmail.com" <doublemaster.. .@gmail.comwrit es:
          >>Is there any debugger in which i can remotly debug Linux exe in
          >>windows system...i mean debugger should be in windows and connect to
          >>Linux machin in which the executable is running..!
          >>is there any thing like that?
          >gdb can do remote debugging, so it's possible that it may work, even
          >from MS-Windows to linux. Worth giving it a try anyways.
          >>
          >http://sources.redhat.com/gdb/curren...cs/gdb_18.html
          >>
          >>is this kind of tool possible to
          >>develop??
          >Yes. If gdb doesn't work as is, from MS-Windows to linux, you could try to add the feature to it.
          >In anycase, gdb is an example of how it works from linux to linux.
          >>
          >If you're not in adding features to gdb, you could instead run linux
          >in a virtual machine on your MS-Windows machine, and either debug
          >locally or remotely.
          >>
          >
          I am looking for a GUI based windows app. Can we do anything using
          eclipse?
          Why don't you just work on the Linux box? You appear to be looking for
          ways to make your life difficult.

          --
          Ian Collins

          Comment

          • doublemaster007@gmail.com

            #6
            Re: Remote debugger?

            On Oct 17, 10:19 am, Ian Collins <ian-n...@hotmail.co mwrote:
            doublemaster... @gmail.com wrote:
            On Oct 16, 5:34 pm, p...@informatim ago.com (Pascal J. Bourguignon)
            wrote:
            "doublemaster.. .@gmail.com" <doublemaster.. .@gmail.comwrit es:
            >Is there any debugger in which i can remotly debug Linux exe in
            >windows system...i mean debugger should be in windows and connect to
            >Linux machin in which the executable is running..!
            >is there any thing like that?
            gdb can do remote debugging, so it's possible that it may work, even
            from MS-Windows to linux.  Worth giving it a try anyways.
            >>
            >is this kind of tool possible to
            >develop??
            Yes.  If gdb doesn't work as is, from MS-Windows to linux, you couldtry to add the feature to it.
            In anycase, gdb is an example of how it works from linux to linux.
            >
            If you're not in adding features to gdb, you could instead run linux
            in a virtual machine on your MS-Windows machine, and either debug
            locally or remotely.
            >
            I am looking for a GUI based windows app. Can we do anything using
            eclipse?
            >
            Why don't you just work on the Linux box?  You appear to be looking for
            ways to make your life difficult.
            >
            --
            Ian Collins- Hide quoted text -
            >
            - Show quoted text -
            hmm..i cant do that. i am working for some firm. i am developing cmd
            line apps for Linux servers. i have only telnet access to that server.

            Comment

            • Ian Collins

              #7
              Re: Remote debugger?

              doublemaster007 @gmail.com wrote:
              On Oct 17, 10:19 am, Ian Collins <ian-n...@hotmail.co mwrote:
              >Why don't you just work on the Linux box? You appear to be looking for
              >ways to make your life difficult.
              >>
              *please* don't quote signatures or that google quoted text nonsense.
              >
              hmm..i cant do that. i am working for some firm. i am developing cmd
              line apps for Linux servers. i have only telnet access to that server.
              Then get something better, VNC maybe or a virtual machine.

              Anyway, do you have C++ question?

              --
              Ian Collins

              Comment

              Working...