Note--I didn't ask if your code worked, or if your code was in production. I asked "Is your code Operational?" When you develop code, you have the advantage of having a debugger and compiler on hand. When something isn't working correctly, you set some breakpoints and begin debugging your code. But what about when you move to Integration, Test, QA or Production (or whatever you call it). Here's the real question--do you have to recompile your code to know what's going on? It sounds crazy, but if...