Remote Debugging -- Registry Keys

J

Jim Moon

I'm setting up a Win Server 2003 for remote debugging.

From this page, I see that I need to set two registry keys on the server:
http://msdn.microsoft.com/library/d...ug/html/vctskinstallingremotedebugmonitor.asp

This key already exists:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
with:
Name: (Default)
Type: REG_SZ
Data: Catalog Class
It has 3 subkeys:
InprocServer32
ProgID
VersionIndependentProgID
Do I add to the parent key:
@="Catalog Class"
"AppID"="{6EB22881-8A19-11D0-81B6-00A0C9231C29}"
If so, are these values String, Binary, DWORD, Multi-String, or Expandable
String?
Do I use the quotation marks or not?


I understand how to create this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{6EB22881-8A19-11D0-81B6-00A0C9231C29}]
Do I delete the value:
Name: (Default)
Type: REG_SZ
Data: (value not set)
Are these String, Binary, DWORD, Multi-String, or Expandable String?
@="Catalog Class"
"DllSurrogate"=""

Can you think of any question I should be asking and did not?

?????????????????????????????????????????????????????????

Thanks,
Jim
 
J

Jim Moon

I just found

microsoft.public.vsnet.debugging

This question belongs there.

Please go there if you are interested in this thread.

Thank you,
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top