在调试器中运行页使您可以逐行通过代码,并利用其他分析工具和运行时信息。
Running a page in the debugger makes it possible for you to step through code line-by-line and use additional analysis tools and runtime information.
之后我找到一个调试器,你可以在浏览器中运行它并收集跟踪信息,但对于少量日志的应用来说这太复杂了。
I later found a debugger that you run in your browser to get the traces, but it was too complicated for my small logs.
我们可以决定是在源代码中实现所有的功能,还是在运行时使用调试器来修改这些参数。
You can decide whether to implement everything in the source code or to change the parameters during runtime using the debugger.
从而,这让开发者可以重新运行触发了缺陷的操作,提供一种回顾式的方法,可以在调试器中重新创建生产环境中发生的错误。
This in turn allows a developer to re-run the sequence that triggered the bug, providing a means of retrospectively re-creating a production problem in a debugger.
该理念是在BRAM中包含此“haltandwait”代码,这样就能配置FPGA,然后附上一个调试器并下载想要运行的代码。
The idea is that you include this "halt and wait" code in the BRAM so you can configure the FPGA, then attach a debugger and download the code you want to run.
然后,调试器可以在特殊的线程中运行代码,该线程可以检查运行时的状态并根据需要调用用户代码。
The debugger is then able to run code in a special thread that can examine the state of the runtime and call user code if necessary.
应用程序在调试器中已停止,而用户继续运行应用程序或执行一步操作。
The application was stopped in the debugger and the user either continued the application or performed a step operation.
您可以使用IDE 中内置的调试器在项目运行时对项目进行调试。
You can use the debugger built into the IDE to debug your project as it runs.
您可以使用IDE 中内置的调试器在项目运行时对项目进行调试。
You can use the debugger built into the IDE to debug your project as it runs.
应用推荐