In WebSphere message Broker 8, the new .NET compute node is awesome to interface Windows based services and handle windows things. However, it is non trivial to debug the code. I was hoping any of you have some clues towards this:
Short info:
Message flows in WMB is developed in an eclipse based IDE and there is a debugger to step through the logic. It integrates seamless with Java compute nodes that execute java logic.
.NET compute node logic is actually a method in a class in a .DLL project in Visual C# (could be any Visual XX flavour theoretically). It seems Visual studio is able to start an external program to debug a DLL project. However, in this case, it will be hard to start WebSphere Message Broker as an external application. Is there a way to attach debugging to this specific DLL that is used only by this specific WMB message flow?