2 lines
775 B
Text
2 lines
775 B
Text
Often at this point, the solution will be obvious. If not, we have several resources available to help us. First, see if you can find documentation describing the feature with which you are having a problem. Make sure that you are following all the set-up instructions. You can also put in print statements to further isolate the problem and give information about data values that may be problematic. Often this will lead to other methods which you can pull from the Infrastructure adding more print statements. When you do this, you'll feel like a detective hot on the trail of the culprit! You will also come to understand the logic of the code. If you still need assistance, formulate a listserver message complete with local file and print statements results.
|
|
|