473,549 Members | 5,196 Online
Bytes | Software Development & Data Engineering Community
+ 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 2250
"do************ *@gmail.com" <do************ *@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.

--
__Pascal Bourguignon__
Oct 16 '08 #2
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

Oct 16 '08 #3
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.

--
__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...@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
Oct 17 '08 #5
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.
>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.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
Oct 17 '08 #7

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

Similar topics

4
5994
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 on the Stored Proc, enter the parameters and the debugger stops on the first line and I can single
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 project I have some errors. Is there some options that I need to change?
1
3317
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 and installed the "full" remote debugger on the server. I then open the project using "File, Open, Project from web". All works fine, using...
14
8653
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 are an administrator or member of the Debugger Users". I have followed...
16
1681
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 somewhere in the world has encountered this problem and knows how to get around it. If anyone has any NEW ideas for me, please please let me know....
1
3059
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! My preferred method of debugging uses these steps: 1. Share the directory that contains the debug image; also share the folder that contains the...
1
2016
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: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_SP2003_ta/html/sharepoint_debugwebparts.asp Debug Settings and Preparation:...
1
1622
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 app to do it in the past.. thanks!
3
6612
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 installed on the server I want to debug, the remote debugger tools from the VS 2005 CD. I just install the windows application. I tried from there...
7
4157
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 are linked directly by a network cable. - Both are in the same subnetwork and are able to ping each other. - Each box is sharing a directory. -...
0
7455
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7723
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7962
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7814
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6050
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5373
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5092
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1949
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
769
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.