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.
我能够在 PL\SQL Developer 中调试过程和函数,但是当我为 Trigger 设置断点时,它不会将它们作为有效的断点。我们可以使用 pl\sql developer 调试触发器中的代码吗?
正如 ABCade 所说,我只是在测试窗口中放了一些 DML,在触发器中添加了断点并且它起作用了。但在此之前,我们必须右键单击触发器并在上下文菜单中选择“添加调试信息”。