/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-debugger-cpuprofiler-heapsnapshot.md | 39 2. 为避免debugger过程中的暂停被误报为无响应异常,可以[开启DevEco Studio的Debug模式](https://developer.huawei.com/consumer/cn/… 64 // 开启debugger 72 // 关闭debugger 105 // 执行JS代码之前打开debugger。 114 // 执行JS代码之后关闭debugger。 140 2. 为避免debugger过程中的暂停被误报为无响应异常,可以[开启DevEco Studio的Debug模式](https://developer.huawei.com/consumer/cn/… 153 // 开启debugger 165 <div align=left><img src="figures/jsvm-debugger-cpuprofiler-heapsnapshot_1.png"/></div> 169 <div align=left><img src="figures/jsvm-debugger-cpuprofiler-heapsnapshot_2.png"/></div> 171 <div align=left><img src="figures/jsvm-debugger-cpuprofiler-heapsnapshot_3.png"/></div> [all …]
|
H A D | Readme-CN.md | 77 … - [使用JSVM-API接口进行JavaScript代码调试调优](use-jsvm-heapstatistics-debugger-cpuprofiler-heapsnapshot.md) 82 - [JSVM-API调试&定位](jsvm-debugger-cpuprofiler-heapsnapshot.md)
|
H A D | use-jsvm-heapstatistics-debugger-cpuprofiler-heapsnapshot.md | 138 …/gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/napi/jsvm-debugger-cpuprofiler-heaps…
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_environment.cpp | 127 Debugger debugger = Debugger::GetInstance(); in Cleanup() local 128 debugger.TearDownDebugger(); in Cleanup() 135 debugger.ReleaseJSContext(); in Cleanup()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jerryScript/ |
H A D | jerryScript.pro | 36 $${ROOT_PATH}/third_party/jerryscript/jerry-core/debugger \ 51 $${ROOT_PATH}/third_party/jerryscript/jerry-ext/debugger \ 61 $${ROOT_PATH}/third_party/jerryscript/jerry-core/api/jerry-debugger-transport.c \ 62 $${ROOT_PATH}/third_party/jerryscript/jerry-core/api/jerry-debugger.c \ 65 $${ROOT_PATH}/third_party/jerryscript/jerry-core/debugger/debugger.c \ 233 $${ROOT_PATH}/third_party/jerryscript/jerry-ext/debugger/debugger-common.c \ 234 $${ROOT_PATH}/third_party/jerryscript/jerry-ext/debugger/debugger-rp.c \ 235 $${ROOT_PATH}/third_party/jerryscript/jerry-ext/debugger/debugger-serial.c \ 236 $${ROOT_PATH}/third_party/jerryscript/jerry-ext/debugger/debugger-sha1.c \ 237 $${ROOT_PATH}/third_party/jerryscript/jerry-ext/debugger/debugger-tcp.c \ [all …]
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | debug-lldb.md | 6 Low Level Debugger (LLDB) is a next-generation, high-performance debugger. For details, visit the [… 8 …b.com/llvm/llvm-project/releases/tag/llvmorg-15.0.4). It is the default debugger in DevEco Studio …
|
H A D | jsvm-debugger-cpuprofiler-heapsnapshot.md | 75 // Enable the debugger. 171 Replace the "//Enable the debugger" section with the following: 173 // Enable the debugger.
|
H A D | Readme-EN.md | 64 - [JSVM-API Debugging](jsvm-debugger-cpuprofiler-heapsnapshot.md)
|
H A D | use-jsvm-heapstatistics-debugger-cpuprofiler-heapsnapshot.md | 138 [JSVM Debugging and Profiling](jsvm-debugger-cpuprofiler-heapsnapshot.md)
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | lldb-tool.md | 3 Low Level Debugger (LLDB) is a next-generation, high-performance debugger. For details, visit the [… 5 …b.com/llvm/llvm-project/releases/tag/llvmorg-15.0.4). It is the default debugger in DevEco Studio …
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-coding-style-guide.md | 317 这种方式更易添加变量声明,不用考虑将`;`变成`,`,以免引入错误。另外,每个语句只声明一个变量,用debugger逐个调试也很方便,而不是一次跳过所有变量。
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-2-0-Canary.md | 89 | Development Tools | - Provided the device connection debugger.<br/>- Provided the perf…
|
H A D | OpenHarmony-v5.0.0-release.md | 442 - An API is provided to check whether the HDC debugger is connected.
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-settings.md | 85 …the debugger when starting an application to debug.<br>**1**: The device waits for the debugger.<b…
|
/ohos5.0/build/config/sanitizers/ |
H A D | BUILD.gn | 284 # Column info in debug data confuses Visual Studio's debugger, so don't
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-coding-style-guide.md | 317 …ider changing a semicolon (;) to a comma (,). It is also easier for the debugger to debug variable…
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-ArkTS-coding-style-guide.md | 330 … do not need to consider changing `;` to `,`. It is also easier for the debugger to debug variable…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkts-utils.md | 659 - To use ArkProperties to control whether to enable the socket debugger of an earlier version, run …
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-bytecode-fundamentals.md | 517 | 0xb0 | NONE | debugger | | 调试时用于暂停执行。 |
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-fundamentals.md | 517 | 0xb0 | NONE | debugger | | This command is used to pause execution during debugging. |
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 1632 …- [使用JSVM-API接口进行JavaScript代码调试调优](napi/use-jsvm-heapstatistics-debugger-cpuprofiler-heapsnapshot.… 1637 - [JSVM-API调试&定位](napi/jsvm-debugger-cpuprofiler-heapsnapshot.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 1587 …ging and Profiling JS Code Using JSVM-API](napi/use-jsvm-heapstatistics-debugger-cpuprofiler-heaps… 1592 - [JSVM-API Debugging](napi/jsvm-debugger-cpuprofiler-heapsnapshot.md)
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m.md | 5546 … will be broken. To continue the execution, use the debug button of the debugger to control the ex…
|