Hybris ECP(Enterprise Commerce Platform)的调试

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

1. start Hybris server via debug optionweb

以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。 url

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

选择remote debug: 调试

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

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

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

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

相关文章
相关标签/搜索