我正在研究4gl语言但是新的bie。在一个文件custom.4gl中调用了一个函数cleanup(),但是我找不到函数定义。我试图找到它。
我有一个名为'tags'的文件,其中包含以下代码行,其中有一个清理提示。但我不明白这意味着什么。任何人都可以帮我找到功能定义。
我用我的代码编辑器搜索了文件夹,但没办法。
cleanup custom.4gl /^function cleanup(
cn_error_handler cnerhand.4gl /^function cn_error_handler(
default_code custom.4gl /^function default_code(
get_file custom.4gl /^function get_file(
get_params custom.4gl /^function get_params(
get_prompts custom.4gl /^function get_prompts(
logo main.4gl /^function logo(
答案 0 :(得分:1)
函数清理过去曾在custom.4gl中。
如果它现在不存在,那么有人必须删除它。
您是否有某种源代码控制系统可以从中获取?
答案 1 :(得分:1)
我通常做的事情:
在调试器中运行可执行文件并中断此函数,它会告诉您已定义的.4gl文件的名称。
打破清理