现在您可以单步调试JSP文件,同时查看并更改变量值,而当您继续执行(使用绿色箭头),JSP文件就被提交给浏览器。
You can now step through your JSP, viewing and changing variable values as you go, and when you continue execution (using the green arrow), the JSP is served into the Web browser.
在这个对话框上可以执行三种操作:停止脚本执行、调试脚本或者让脚本继续运行。
The options on this dialog are to stop the script, debug the script, or allow the script to continue.
进程内的脚本代码将继续运行,但无法设置断点、查看数据或在脚本中执行其他调试操作。
The script code in the process would still run, but you would not be able to set breakpoints, view data, or perform other debugging operations in the Script.
然后我们告诉调试器去继续执行。
从“调试”菜单选择“继续”。应用程序将继续执行,而浏览器便会显示所渲染的页面,如图10-12所示。
Select Continue from the Debug menu. The application will continue to execute, and the browser will display the rendered page, which is shown in Figure 10-12.
可以继续调试,但不能使用源代码窗口设置断点并在此位置执行其他操作。
You can continue to debug, but cannot use the source window to set breakpoints and perform other actions at this location.
这个函数继续执行先前因为调试事件被挂起的线程。
This function resumes the thread that was previously suspended because a debug event occurred.
使用“编辑并继续”,您可以在调试时对代码进行更改,然后继续执行。
With Edit and continue, you can make changes to your code while debugging, and then continue execution.
应用程序在调试器中已停止,而用户继续运行应用程序或执行一步操作。
The application was stopped in the debugger and the user either continued the application or performed a step operation.
使用调试器,可以执行下列操作:开始(或继续)执行、中断执行、停止执行、逐句通过应用程序、运行到指定位置以及设置执行点。
Using the debugger, you can start, or continue, execution, break execution, stop execution, step through your application, run to a specified location, and set the execution point.
在某些情况下,“编辑并继续”无法将代码更改立即应用于可执行文件,但如果您继续调试,则可能会在稍后应用代码更改。
In some cases, Edit and continue cannot apply code changes to the executable immediately, but might be able to apply the code changes later if you continue debugging.
在某些情况下,“编辑并继续”无法将代码更改立即应用于可执行文件,但如果您继续调试,则可能稍后会应用代码更改。
In some cases, Edit and continue cannot apply code changes to the executable immediately, but may be able to apply the code changes later if you continue to debug.
完成此设置后,可以继续执行“使用公共语言运行时调试器进行调试”节中的操作。
After this setup is complete, you can proceed to the to debug using the Common Language Runtime Debugger section.
完成此设置后,可以继续执行“使用公共语言运行时调试器进行调试”节中的操作。
After this setup is complete, you can proceed to the to debug using the Common Language Runtime Debugger section.
应用推荐