We have updated the Tips & Tricks: Debugging CodeSmith with the changes needed to debug on Windows7.
Here is the quick overview of what you need to-do to enable debugging on a Microsoft Windows 7 machine:
- Update the Just-In-Time debugger setting DbgJITDebugLaunchSetting. The setting is found in the registry at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework].
- Set the value of DbgJITDebugLaunchSetting to 2.
- If you are using a 64bit operating system then you must also set the same key (DbgJITDebugLaunchSetting) in this folder [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework] to 2.
- If you run into any issues try running CodeSmith Studio and Visual Studio as an administrator.
Now when CodeSmith enters a break point you will see something like this:
Click Yes, debug CodeSmithStudio to continue debugging.
Posted
Jun 03 2009, 03:46 AM
by
Blake Niemyjski
|