Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / July 2005

Tip: Looking for answers? Try searching our database.

Howto : Add-In / controling CLR-Debugger

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rainer Queck - 06 Jul 2005 07:34 GMT
Hi,

is there a way to build add-ins to the CLR-Debugger?
If yes, are there tutorials on how to do that?

Is there a way to control CLR-Debugger from outside (remoting), and if yes,
are there any tutorials on that subject available?

I would like to start CLR-Debugger from within a application, and assign the
.exe and .cs to load.

Regards
Rainer
Carlos J. Quintero [.NET MVP] - 06 Jul 2005 11:20 GMT
I am not sure but some tips:

- You can create an instance of devenv.exe programatically using objDTE =
CreateObject("VisualStudio.DTE"). If you find the ProgID of the CLR-Debugger
(if any), you could control it.

- The DTE object has a Debugger property that you could use to attach and
debug a process, just in case you have to use the VS.NET debugger instead of
the CLR-Debugger.

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

> Hi,
>
[quoted text clipped - 11 lines]
> Regards
> Rainer
Rainer Queck - 06 Jul 2005 11:52 GMT
Hi Carlos,

thanks for answering.
I am not using VS, I am working with SharpDevelop and there I can not find a
objDTE.
Is DTE common to the framework, or is it something exclusive for VS ?

Regards
Rainer
Carlos J. Quintero [.NET MVP] - 06 Jul 2005 13:16 GMT
DTE is provided by VS.NET (EnvDTE.dll assembly) and it can be used to
control the VS.NET IDE and the Macros IDE. However, the CLR Debugger seems
quite similar to those IDEs (Solution Explorer, etc), so it could be that it
exposes a ProgID that you can use (although I haven´t found it).

Signature

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

> Hi Carlos,
>
[quoted text clipped - 5 lines]
> Regards
> Rainer

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.