Skip to content

Commit 60c57b1

Browse files
committed
Turn off function peek
1 parent 243c40b commit 60c57b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/settings/settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
OMIT_BUILTINS = false // If true then the file builtins.pf, world.pf, etc, will not be added to the service. Note that this means the hub won't work.
3131
IGNORE_BOILERPLATE = true // Should usually be left true. Means that the first five flags below won't show instrumentation when compiling buitins.pf, world.pf, etc.
3232

33-
FUNCTION_TO_PEEK = "zort" // Shows the function table entry and function tree associated with the function named in the string, if non-empty.
33+
FUNCTION_TO_PEEK = "" // Shows the function table entry and function tree associated with the function named in the string, if non-empty.
3434

3535
// These do what it sounds like.
3636
SHOW_LEXER = false

0 commit comments

Comments
 (0)