473,799 Members | 3,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Debugger Installation - Help! Please

Morning Everyone,

I would just like to apologize for my ignorance on this question I am a
Network Administrator not a Developer so if this is a rather easy question I
apologize.

One of my Developer's has asked if it is possible to only install the .NET
Debugger application. Is this a possibility? Or is this a request I will not
be able to accommodate?

If this is possible what installation CD(s) do I need VS .NET or .NET
Framework SDK? Or, can this just be downloaded from MS website?

Any help is appreciated and thank you to all for assistance,
Tim Homa
Oct 12 '06 #1
4 2062

"Tim H." <Ti**@discussio ns.microsoft.co mwrote in message
news:49******** *************** ***********@mic rosoft.com...
Morning Everyone,

I would just like to apologize for my ignorance on this question I am a
Network Administrator not a Developer so if this is a rather easy question
I
apologize.

One of my Developer's has asked if it is possible to only install the
.NET
Debugger application. Is this a possibility? Or is this a request I will
not
be able to accommodate?

If this is possible what installation CD(s) do I need VS .NET or .NET
Framework SDK? Or, can this just be downloaded from MS website?

Any help is appreciated and thank you to all for assistance,
Tim Homa
AFAIK, the debugger is an integral part of Visual Studio and cannot be
installed separately.
Oct 12 '06 #2
If your developer is trying to do remote debugging then you will need to
install the Machine Debug Manager (mdm.exe). Follow this link for more
details

http://msdn.microsoft.com/library/de...bugMonitor.asp

Steve

"pvdg42" wrote:
>
"Tim H." <Ti**@discussio ns.microsoft.co mwrote in message
news:49******** *************** ***********@mic rosoft.com...
Morning Everyone,

I would just like to apologize for my ignorance on this question I am a
Network Administrator not a Developer so if this is a rather easy question
I
apologize.

One of my Developer's has asked if it is possible to only install the
.NET
Debugger application. Is this a possibility? Or is this a request I will
not
be able to accommodate?

If this is possible what installation CD(s) do I need VS .NET or .NET
Framework SDK? Or, can this just be downloaded from MS website?

Any help is appreciated and thank you to all for assistance,
Tim Homa

AFAIK, the debugger is an integral part of Visual Studio and cannot be
installed separately.
Oct 12 '06 #3
Tim H. wrote:
One of my Developer's has asked if it is possible to only install
the .NET Debugger application. Is this a possibility? Or is this a
request I will not be able to accommodate?

If this is possible what installation CD(s) do I need VS .NET or .NET
Framework SDK? Or, can this just be downloaded from MS website?

Any help is appreciated and thank you to all for assistance,
Tim Homa
The .NET Framework SDK contains two debuggers: a GUI one and a console one.

I recently installed it on a user's PC when a VB.NET program wasn't working
as expected - the only thing I had to do in addition to installing the SDK
was to add the path to the console debugger (MDbg.exe) to the computer's
PATH environment variable.

The .NET 1.1 SDK takes about 67MB of disk space when installed. Look in its
folders to find the instructions.

Andrew
Oct 13 '06 #4
Tim H. wrote:
One of my Developer's has asked if it is possible to only install
the .NET Debugger application. Is this a possibility? Or is this a
request I will not be able to accommodate?

If this is possible what installation CD(s) do I need VS .NET or .NET
Framework SDK? Or, can this just be downloaded from MS website?

Any help is appreciated and thank you to all for assistance,
Tim Homa
The .NET Framework SDK contains two debuggers: a GUI one and a console one.

I recently installed it on a user's PC when a VB.NET program wasn't working
as expected - the only thing I had to do in addition to installing the SDK
was to add the path to the console debugger (MDbg.exe) to the computer's
PATH environment variable.

The .NET 1.1 SDK takes about 67MB of disk space when installed. Look in its
folders to find the instructions.

You can download it from MS's web site.

Andrew
Oct 13 '06 #5

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

Similar topics

1
40925
by: Srikanth | last post by:
Hi, Iam trying to run a Windows application (Release mode) installed by a Deployment project (release mode) on a system which has the .NET framework Redistributable (23meg) installed. It gives me the following error: "registered JIT debugger is not available. an attempt to launch a JIT debugger with the following command resulted in an error code of 0x2(2). please check your computer settings.
4
2378
by: Chuck Ritzke | last post by:
Hi, I've been using VS for a number of projects and the debugger has worked as advertised until now. I have a desktop solution with three projects, two of which are class modules. For some reason, in only one of them, the JIT debugger doesn't seem to be working. (At least I asssume this is a JIT debugger issue.) Anyways, in all my other projects an error causes the pop-up window with the break button option that breaks at the line...
8
3661
by: Rob S | last post by:
I have UDB 8.1 Personal Edition installed. I'm using Development centre to develop JAVA Stored Procedues. I am unable to debug them. I have installed IBM Distributed Debugger and have set DB2ROUTINE_DEBUG=ON. I installed Distributed Debugger after UDB. The Procs will build with debug but no debugger window appears when run in debug mode. I followed the instructions that came with Debugger regarding the installation directory etc.
2
3003
by: Ioannis Hadjichambis | last post by:
I am trying to debug my program using the DDD debugger. I have also downloaded a manual for the debugger but I cannot RUN my program in the debugger. I use the -g flag when compiling. I then write to the command line > ddd table2 Then the debugger pops up and i press Programs->Run where it asks for arguments and because my program doesn't need any, I don't provide it with any and so I check the blank line. I always get the following:
0
934
by: Mark Oliver | last post by:
Hi, Ever since i installed SP2 my application can't even step into the first line of my Main function in the debugger; the IDE hangs; i need Windows Task Manager to kill it and my application. My application runs outside the debugger, in 2005 Beta's debugger (i am using .Net Framework 1.1 SP1, i can't use Beta for my customer), and in the 1.1 debugger on another PC that doesn't have SP2 installed. What could cause the hang?
6
1784
by: Tony Nassar | last post by:
Colleagues, I'm new to Web apps, so forgive the density of this question. I believe I've followed all the pertinent instructions, but I am not allowed to debug my very first ASP.NET application. I am the sole user of this computer, and am, obviously, the administrator. I have granted \\THISMACHINE\ASPNET debugger privileges; it doesn't help. I followed the instructions to the point of creating the absolutely minimal ASP application, with...
0
281
by: Tequila | last post by:
Here’s the description I’d launched Visual Studio and started to write an application After some time of coding, I wanted to test it. I pressed F5 hopin to run application for debugging. I was expecting my app to start. It didn’t happen The screen blinked, became black and after a few seconds returned “normal” picture whole VS IDE become frozen and looked that is still in design mod with the hourglass as cursor icon. After...
18
2969
by: R. Bernstein | last post by:
Okay, a bit of an exaggeration. Recently, I've been using Python more seriously, and in using the debugger I think one of the first things I noticed was that there is no "restart" ("R" in perldb) or "run" (gdb) command. I was pleasantly pleased discover how easy though it was patch pdb.py and pdb.doc; my patch for this is here: http://sourceforge.net/tracker/index.php?func=detail&aid=1393667&group_id=5470&atid=305470
1
3910
by: theresegt1 | last post by:
Does anyone know why VS 2005 might skip breakpoints when debugging through the browser? It's a new installation so no configurations other than 'set startup project' and 'set startup page' have been set. Do I need to do additional configuration to get the debugger to break at breakpoints, or might I be doing something else wrong? Thanks
12
6046
by: Arcticool | last post by:
Can anyone tell me why j never shows up in my locals window? 32 is printed to console so I know the assignment is working. I was under the impression that I could see everything as it happens by setting a breakpoint then F11 on through the code. Kind of disturbing that j never shows up, (regardless of where I set my breakpoint) as it makes me wonder what else I'm not seeing. Is there a 'show everything' debugger option or something I'm...
0
9687
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
10488
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10257
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10237
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10029
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7567
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.