First, create a breakpoint in our code.
首先,在代码中创建一个断点。
To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.
为了避免这种状况,请确保在启动调试会话前在您的代码中设置了一个断点。
When the page is being published, the debugger should open and you can step through the code (assuming you enabled at least one breakpoint).
当页面发布的时候,调试器应当打开而且可以跟踪代码(假定至少设置了一个断点)。
应用推荐