Discussion:
How to debug 64 bit codes with MSVC++ 2005 on Vista 64 bit machine ?
(too old to reply)
Leonard
2009-04-01 03:10:36 UTC
Permalink
Hi,

I am having problems on debugging my 64 bit codes with MSVC++ 2005 debugger
on Vista 64 machine. Does anyone know where I can get detail information on
how to setup the debugger ?

I am using WinDbg to do the debug at the moment, but want to use
MSVC++2005's debugger. A step by step guide would be appreciate.


Regards
Leonard
Scot T Brennecke
2009-04-01 19:08:08 UTC
Permalink
Are you asking about how to install VS 2005 on Vista? Can you be more
specific about what problems you're having and for what you need
step-by-step instructions?
Post by Leonard
Hi,
I am having problems on debugging my 64 bit codes with MSVC++ 2005
debugger on Vista 64 machine. Does anyone know where I can get detail
information on how to setup the debugger ?
I am using WinDbg to do the debug at the moment, but want to use
MSVC++2005's debugger. A step by step guide would be appreciate.
Regards
Leonard
Leonard
2009-04-02 05:06:15 UTC
Permalink
Thanks Scot,

I got no problems to install it. If I compile and debug a 32 bit app, it
just works as it should on a 32 bit OS. However, if I want to debug a 64 bit
app, the debugger doesn't to be working the same.

I'd read some of the articles on how to debug 64 bit app on 64 bit OS. But I
am still very confused. Any suggestion would be appreciate.

Regards
Leonard
Post by Scot T Brennecke
Are you asking about how to install VS 2005 on Vista? Can you be more
specific about what problems you're having and for what you need
step-by-step instructions?
Post by Leonard
Hi,
I am having problems on debugging my 64 bit codes with MSVC++ 2005
debugger on Vista 64 machine. Does anyone know where I can get detail
information on how to setup the debugger ?
I am using WinDbg to do the debug at the moment, but want to use
MSVC++2005's debugger. A step by step guide would be appreciate.
Regards
Leonard
Scot T Brennecke
2009-04-03 02:02:48 UTC
Permalink
OK. I'm guessing this article should be a good head start:
How to: Debug 64-Bit Applications:
http://msdn.microsoft.com/en-us/library/ms184681(VS.80).aspx
Post by Leonard
Thanks Scot,
I got no problems to install it. If I compile and debug a 32 bit app, it
just works as it should on a 32 bit OS. However, if I want to debug a 64
bit app, the debugger doesn't to be working the same.
I'd read some of the articles on how to debug 64 bit app on 64 bit OS. But
I am still very confused. Any suggestion would be appreciate.
Regards
Leonard
Post by Scot T Brennecke
Are you asking about how to install VS 2005 on Vista? Can you be more
specific about what problems you're having and for what you need
step-by-step instructions?
Post by Leonard
Hi,
I am having problems on debugging my 64 bit codes with MSVC++ 2005
debugger on Vista 64 machine. Does anyone know where I can get detail
information on how to setup the debugger ?
I am using WinDbg to do the debug at the moment, but want to use
MSVC++2005's debugger. A step by step guide would be appreciate.
Regards
Leonard
Loading...