Debug control does not go to called procedure when calling from another procedure
说明
When debugging a procedure (P1), which calls another procedure (P2), the control is not going to the called procedure (P2) from the main procedure (p1). It just executes the called procedure (P2) and the control moves to the next line in the main procedure (P1). It was expected that control would go to the called procudure (P2) to allow the user to step through it.
解决办法
Select Options | Debugger and check the "Step through package initialization" option.