博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Hybris ECP(Enterprise Commerce Platform)的调试
阅读量:6526 次
发布时间:2019-06-24

本文共 1022 字,大约阅读时间需要 3 分钟。

hot3.png

This blog is written to demonstrate how to setup debug environment for Hybris ECP(Enterprise Commerce Platform).

1. start Hybris server via debug option

以debug模式启动Hybris服务器

2. import folder <hybris installation folder>hybris\bin into Eclipse. Right click on the extension you want to debug. In my example it is yacceleratorstorefront.

把bin文件夹整个导入Eclipse。

Choose Debug Configuration from context menu. Use Remote Java Application for debug configuration and connect to port 8000.

选择remote debug:

3. Set breakpoint in file \bin\ext-template\yacceleratorstorefront\web\src\de\hybris\platform\yacceleratorstorefront\filters\cms\CMSSiteFilter.java.

以打开storefront的UI为例,在上面提到的文件里设置断点。用浏览器打开UI,断点触发:

And access the storefront url below and try to open a catalog:

Then breakpoint is triggered:

从调试器里观察到的url和最后打开的产品明细页面的url一致。

After you press continue in debugger, you could observe the detail page with url inspected in debugger as expected.

要获取更多Jerry的原创技术文章,请关注公众号"汪子熙"或者扫描下面二维码:

转载于:https://my.oschina.net/u/3771578/blog/1613876

你可能感兴趣的文章
ElasticSearch 论坛搜索查询语句
查看>>
2013应届毕业生“数码视讯”校招应聘总结
查看>>
80%的企业社会化商务应用可能无法取得预期效果
查看>>
topcoder srm 530 div1
查看>>
JS基础学习笔记一 -- 值、变量
查看>>
洛谷 P1135 奇怪的电梯
查看>>
python 装饰器
查看>>
HTTP 学习笔记
查看>>
第十周编程总结--助教
查看>>
所谓的日常 #10 - 勤王室馬騰舉義 報父仇曹操興師
查看>>
Winform模拟post请求和get请求登录网站
查看>>
[NHibernate]代码生成器的使用
查看>>
webpack-dev-server简记
查看>>
React:propTypes
查看>>
React:redux+router4搭建应用骨架
查看>>
mybatis快速入门(三)
查看>>
Form表单——例子
查看>>
ALGO-185 Trash Removal
查看>>
Mysql 连接选择数据库
查看>>
怎么把本地项目和远程git仓库相连通
查看>>