alleyjo Posted October 13, 2006 Posted October 13, 2006 I'm curious, how do you setup the development environment for debugging the shell extension, since the shell extension, needs to be registered first and I believe, it's registered using SetupNgen in the release/package build? Quote
Rick Brewster Posted October 13, 2006 Posted October 13, 2006 You can still register it manually. Then in Visual Studio you tell it to run explorer.exe in the project options, and put a breakpoint in the shell extension's code (build for Debug of course). Then kill explorer and hit 'start with debugging'. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
alleyjo Posted October 13, 2006 Author Posted October 13, 2006 Thanks for your quick response! By registering manually, does this mean a registration script needs to be written, so that the various registry entries are registered properly? Quote
Rick Brewster Posted October 13, 2006 Posted October 13, 2006 No I mean you use regedit. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.