Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Gupta 6 中保存断点?当我在将一些代码插入另一个 .apt 后刷新库时,我在主程序中的断点丢失了。有什么技巧可以预防吗?
如果您将文件保存为 TYPE 二进制文件(即另存为文件类型 = 'Normal'),则将保存断点,而不是保存为文本(即文件类型 = 'TEXT' 或 'INDENTED TEXT')。这与您拥有的文件扩展名无关。ps 仅在您处于调试模式时保存为二进制文件。否则,如果代码损坏,则难以修复。如果保存为文本 - 更容易修复。