Hybris ECP(Enterprise Commerce Platform)的调试

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\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的原创技术文章,请关注公众号"汪子熙"或者扫描下面二维码:

posted @ 2018-01-26 17:00  JerryWang_汪子熙  阅读(389)  评论(0编辑  收藏  举报