Using LLBGen Pro 4.2 - how do you get Visual Studio to repeatedly debug custom task performers?
I've read the SDK documentation:
http://www.llblgen.com/documentation/4.1/SDK/hh_start.htm
I know that the project is loading the assembly because it does run the task performer custom actions as I have coded them. Also if I put a Debugger.Break line in the Perform method it does ask me to debug. But this is not ideal as it causes the designer to hang once it completes the debugging.
Attached is a view of our custom TaskPerformer project. The project references are to the LLBLGen Pro assemblies as installed in c:\program files
This is what I have tried:
1. Build the TaskPerformer project
2. Attach to Process in Visual Studio and select LLBLGen Pro 4.2 from the list
3. Then open a project where the Additional task performer folder is set to the bin\debug folder of the project built in step 1
4. Run the source generator
I've tried cleaning the project, deleting obj folders and ensuring that Debug configuration is set for the task performer project.
Any help would be greatly appreciated.