473,485 Members | 1,457 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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??
Oct 16 '08 #1
6 2241
"do*************@gmail.com" <do*************@gmail.comwrites:
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.

--
__Pascal Bourguignon__
Oct 16 '08 #2
On Oct 16, 12:48*pm, "doublemaster...@gmail.com"
<doublemaster...@gmail.comwrote:
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

Oct 16 '08 #3
On Oct 16, 5:34*pm, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
"doublemaster...@gmail.com" <doublemaster...@gmail.comwrites:
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.

--
__Pascal Bourguignon__
I am looking for a GUI based windows app. Can we do anything using
eclipse?
Oct 17 '08 #4
do*************@gmail.com wrote:
On Oct 16, 5:34 pm, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
>"doublemaster...@gmail.com" <doublemaster...@gmail.comwrites:
>>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
Oct 17 '08 #5
On Oct 17, 10:19*am, Ian Collins <ian-n...@hotmail.comwrote:
doublemaster...@gmail.com wrote:
On Oct 16, 5:34 pm, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
"doublemaster...@gmail.com" <doublemaster...@gmail.comwrites:
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 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.
Oct 17 '08 #6
do*************@gmail.com wrote:
On Oct 17, 10:19 am, Ian Collins <ian-n...@hotmail.comwrote:
>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
Oct 17 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
5992
by: Steve Meier | last post by:
Environment: SQLServer Developer Edition on Machine A Enterprise Manager running on remote machine B Both machines are in the same subnet I open Enterprise Mgr on Machine A, right click...
1
285
by: Céline | last post by:
HI everybody, I am trying to get somewhere with VisualStudio.net. The problem is that my web server is not on my PC (for company security reason) on is remote. Everytime I try to create a...
1
3310
by: monsteruk | last post by:
Hi, Seems like a few people are having debug problems, mine seems subtley different though! I have a win2003 svr with my c# ASP.NET web site running all ok. I have setup all the permissions...
14
8645
by: | last post by:
I cannot for the life of me get remove debugging to work. I continue to receive "Error while trying to run project: Unable to start debugging on the web server. Access is denied. Verify that you...
16
1662
by: Julie Lerman | last post by:
Okay, so I'll try here now <g> I've been battling this problem for over a week now. So, if nothing else, hopefully my little tale of woe will be entertaining. But I'm really hoping someone...
1
3050
by: Ken Allen | last post by:
I have encountered a problem with remote debugging under VS 2005 and ..Net 2.0 -- it seems that the framework installation does not include the "Microsoft .Net Framework 2.0 Configuration" tool! ...
1
2006
by: CK | last post by:
Hello All, I have been trying to setup remote debugging for web part development by running through the steps in the following documentation: Debugging Web Parts:...
1
1614
by: Smokey Grindel | last post by:
Does anyone know if I run the Visual Studio Remote Debugger service on my development server will it slow down the system? Never used the service before... use to just launch the remote debugging...
3
6606
by: Yves Gagnon | last post by:
Hi, I try to debug a WCF hosted in a windows services on a serveur that is on an other domaine then my developpement machine. I tried many things without succes. Here is what I tried: First I...
7
4137
by: luker | last post by:
Hello Experts, I am writing an application for a device running windows xp embedded. I want to code on my developer pc and deploy the running executable to the embedded device. - The two boxes...
0
7090
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6960
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7116
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6825
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7275
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5418
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4551
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3063
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
595
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.