From 9f13af4f8520ff5b3f33feb3f7a70fdea5ade472 Mon Sep 17 00:00:00 2001 From: Jay Mathew Date: Tue, 20 May 2014 14:04:10 +1000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3cf41d..c5d454a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This tool ONLY applies to PeopleSoft Trace Files that have the following PeopleC - Program Starts (64) - External function calls (128) - Internal function calls (256) +- Return parameter values (1024) - Each statement (2048) Trace files that have not been generated using these trace flags will not produce enough information for the tool to format the call stack. To use the tool, open a .tracesql file in Sublime Text and then run the "PeopleCode Tools: Extract PeopleCode Call Stack" command from the command palette.