Sign In
Jigar Mehta's Blog
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
.NET
COM
DCOM
Debugging
Interop
Live Mesh
Remoting
SideBySide
Silverlight
Vista
WCF
WinDbg
Monthly Archives
Archives
December 2010
(1)
April 2009
(1)
August 2008
(1)
June 2008
(2)
May 2008
(6)
April 2008
(3)
November 2007
(7)
October 2007
(9)
September 2007
(2)
August 2007
(2)
June 2007
(4)
May 2007
(12)
April 2007
(1)
March 2007
(3)
February 2007
(3)
January 2007
(4)
December 2006
(2)
November 2006
(2)
October 2006
(1)
September 2006
(5)
October, 2007
MSDN Blogs
>
Jigar Mehta's Blog
>
October, 2007
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jigar Mehta's Blog
Why 32 bit registers are called EAX, EBX, ECX, EDX etc.
Posted
over 5 years ago
by
Jigar-Mehta MSFT
4
Comments
This is actually an interesting story, Back in the days when we had 8 bit processors (8 bit processors means registers in processors will be able to hold 8 bit data), registers were called like, AL, BL So, when we moved to 16 bit processors, we named...
Jigar Mehta's Blog
How to look at value of structure object who is member of Class object while debugging in WinDbg??
Posted
over 5 years ago
by
Jigar-Mehta MSFT
0
Comments
Sometimes when you debug applications, it happens that you have got the pointer to class which has few member variables including structures and another class objects! How to look at values of those inner class/structure variable's members?? So, here...
Jigar Mehta's Blog
How to break in WinDbg when particular function returns specific value??
Posted
over 5 years ago
by
Jigar-Mehta MSFT
2
Comments
If you are debugging a lot, you might come across a need where you need to put a breakpoint on a function and special requirement is you need to break only when that function returns a specific value!! e.g. I am checking for CoCreateInstance method from...
Jigar Mehta's Blog
Looking at commands supported by WinDbg extensions..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
0
Comments
If you want to look at commands supported by any windbg extensions, you can follow various ways. You can use !<ext_name>.help command to see all the commands supported by that extension. Replace <ext_name> with your extension module name....
Jigar Mehta's Blog
How to attach WinDbg to a service?
Posted
over 5 years ago
by
Jigar-Mehta MSFT
2
Comments
There are various ways to do this. Find the PID for process that is hosting the service. You can do this with the help of command, tasklist /svc Look for service and associated PID, then go to command prompt, into the directory where windbg is installed...
Jigar Mehta's Blog
Loading/reloading symbols for just one module..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
Many a times it happens that from within a debugging session, we need to load / reload symbols for a particular module (Talking in context of WinDbg).. e.g. we started debugging, set normal symbol path and down the line while debugging, came to know that...
Jigar Mehta's Blog
How to find out what all processes have loaded particular DLL..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
I was searching for a way to find all the processes running right now, who has loaded particular DLL.. And found a really good command that shows really useful output.. You dont have to install anything on your windows, just go to command prompt and fire...
Jigar Mehta's Blog
Thanks Ted Pattison
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
I have just finished reading "Programming Distributed Applications With COM & Microsoft Visual Basic 6.0". I really loved this book, though technologies explained in this book are somewhat older (we have new version for almost all technologies...
Jigar Mehta's Blog
What is AppID??
Posted
over 5 years ago
by
Jigar-Mehta MSFT
10
Comments
If you have got chance to work with DCOM /COM+ frequently; you might have come across the term called AppID (if you are not able to recollect, take a look here, HKEY_CLASSES_ROOT\AppID). Many people are confused about what AppID is?? If you are one of...
Page 1 of 1 (9 items)