View Full Version : Debug .Net and Powerbuilder programs?
wincor
September 15th, 2004, 08:02
Hi!
Is there any way to debug .NET or Powerbuilder applications?
Thanks in advance.
focht
September 15th, 2004, 13:14
Hi,
ollydbg doesnt understand managed code (.NET) nor can debug it. You have to refer to other debuggers, like:
VS.NET 2002/2003/2005 integrate managed code debuggers(commercial)
Borland C# Builder and Delphi 8 integrate managed code debuggers (commercial?)
.NET SDK contains one: CLR debugger (free download)
You can build a debugger which understands managed code by using .NET debugger APIs (sample ("http://www.microsoft.com/downloads/details.aspx?familyid=38449a42-6b7a-4e28-80ce-c55645ab1310&displaylang=en")
Regards
wincor
September 16th, 2004, 00:49
Thank you for your reply.
I've found ILDASM.EXE in VS.NET, and it seems to be a useful
debugger tool.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.