Skip to content

Commit

Permalink
Turn off function peek
Browse files Browse the repository at this point in the history
  • Loading branch information
peachpit-site committed Feb 1, 2025
1 parent 243c40b commit 60c57b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
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.
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.

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

// These do what it sounds like.
SHOW_LEXER = false
Expand Down

0 comments on commit 60c57b1

Please sign in to comment.