views:

379

answers:

1

Hello,

On my machine I have Visual Studio 2008,C# Express,Delphi 7 and Delphi 2009 Architect(No updates).

When I usually run Delphi 7,it notifies that the JIT debugger is currently set to another application(Visual studio in my case) and asks me if i'd like to change it to Delphi.

If I press Yes,I can use the debugger in Delphi 7,otherwise I can't use it.

My problem is that in Delphi 2009 the IDE doesn't ask me to do this and even worse - a crash occurs when I open/create a project.

How do I setup the JIT in delphi 2009?

+1  A: 

Registering BDS 2006 / Delphi 2006 / C++Builder 2006 / Delphi 2007 / C++Builder 2007 as the JIT Debugger http://support.codegear.com/article/36747

You can modify it to work with D2009

André