大约有 52 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0043 秒)
...参考官方文档《VSCode高效开发工作流配置指南》,安装 Debugger for Chrome 插件并创建 vscode 调试配置文件 2)、开启 sourceMap: 编辑 .laya/compile.js 文件,将第66-71行 return bundle.write({ file: workSpaceDir + '/bin/js/bundle.js', format: 'iife', name: 'laya...
来源: Laya_社区 发布时间: 20201223
...在场景中没有被引用,也会被包含在发布版本中。 删除debugger语句 如果勾选此项,发布版本中所有的 debugger 语句将被删除。 删除console语句 如果勾选此项,发布版本中所有的 console.log、console.warn 等控制台输出语句将被删除。 ...
来源: Laya3.0_文档 发布时间: 20250310
...来联调手机真机环境的rpk包,如图3-5所示。当我们能看到Debugger URL opened in Chrome.这个提示的时候,说明chrome已被成功调起。 (图3-5) 或者在Chrome浏览器中输入chrome://inspect/#devices,进入后找到连接的手机选项,点击inspect,如图3-6所...
来源: Laya3.0_文档 发布时间: 20250103
...che/localstorage 07-22 15:28:49.327: E/dboxed_process(13427): Not starting debugger since process cannot load the jdwp agent. 07-22 15:28:49.345: E/NightModeController(13427): can't get NightModeService 07-22 15:28:49.397: E/0(13400): ==============Java流程 checkApkUpdate 07-22 15:28:49.397: E/0(1...
来源: Laya_社区 发布时间: 20190722
...function():void{ var pl:MeshSprite3D = grid.getChildAt(0) as MeshSprite3D; debugger; }); var layaMonkey:Sprite3D = scene.addChild(Sprite3D.load("../../../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")) as Sprite3D; layaMonkey.once(Event.HIERARCHY_LOADED, this, function():void{ var aniSprite3...
来源: Laya_示例 发布时间: 20250313
... --gulpfile=D:\workspace\layabox\DepthTextureTest/.laya/compile.js compile Debugger listening on port 48982. Warning: This is an experimental feature and could change at any time. laya_ide_time.require.single.gulp-util: 7.87ms gulp.js:8 laya_ide_time.require.single.pretty-hrtime: 2.2ms gulp.js:8 lay...
来源: Laya_社区 发布时间: 20200607
...gt;{ console.log(err); }) });打开.vscode/launch.json可知道使用的是Debugger for Chrome插件来调试 { "version": "0.2.0", "configurations": [ { "name": "chrome调试", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", // "换成自己的谷歌安装路径,...
来源: Laya_社区 发布时间: 20200918
...ndroidRuntime: Shutting down VM 07-16 13:28:38.962 1760-1768/? D/dalvikvm: Debugger has detached; object registry had 1 entries 07-16 13:28:38.962 1760-1770/? I/AndroidRuntime: NOTE: attach of thread 'Binder_2' failed 附件 : --> Desktop.zip 我的作品1.zip 2019-07-16 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20190716
...试APP,下载页面:https://minigame.vivo.com.cn/documents/#/download/debugger 进入页面后,点击 立即下载 ,即可下载安装。至于如何安装vivo调试APP,这里就不介绍了。 3、下载vivo小游戏引擎 当前调试APP内置的vivo引擎版本是1034,这个版本存...
来源: Laya3.0_文档 发布时间: 20250103
...tion. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppEyeUIP created. D/ActivityThread: Attach thread to application I/HwApiCacheMangerEx: apicache path=/storage/emul...
来源: Laya_社区 发布时间: 20190723