gpt4 book ai didi

debugging - MS Access 2003 不进入 Debug模式并忽略断点

转载 作者:行者123 更新时间:2023-12-04 10:45:58 25 4
gpt4 key购买 nike

我在 MS Access 2003 模块中开发了一个小型 VBA 程序(只有一个公共(public)子程序)
数据库只为我锁定,没有其他人可以 Access 该文件。
我的代码有效,但我想查找并修复一个小错误

我需要调试我的 VBA 代码。我在程序的第一行设置了断点。

但是,当我运行此代码时,它永远不会在断点处停止,也永远不会进入 Debug模式。似乎 VBA 调试器不工作或被禁用。我找不到任何选项如何禁用/启用 VBA 调试器,我认为它应该始终启用。现在我只能在放置大量消息框的帮助下调试此代码,但这需要很多时间......

最佳答案

请参见:

  • ACC2002: Breakpoints Are Ignored in Visual Basic for Applications Code

  • Enable the Use Special Access Keys startup option.

    To do so, follow these steps:

    1. Open the database in which the breakpoint has been set.
    2. On the Tools Menu, click Startup.
    3. In the Startup dialog box, click to select the Use Special Access Keys check box.
    4. Click OK to close the Startup dialog box.
    5. Close and then reopen the database.
    6. Run the code that contains the breakpoint. Note that execution of the code pauses at the breakpoint, as you would expect.

    关于debugging - MS Access 2003 不进入 Debug模式并忽略断点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1476138/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com