美文网首页SAPSAP 修行
SAP Enterprise Commerce调试环境搭建

SAP Enterprise Commerce调试环境搭建

作者: _扫地僧_ | 来源:发表于2020-11-05 09:43 被阅读0次

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

    (1) start Hybris server via debug option

    (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.

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

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

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

    Then breakpoint is triggered:


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

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":


    相关文章

      网友评论

        本文标题:SAP Enterprise Commerce调试环境搭建

        本文链接:https://www.haomeiwen.com/subject/wyxjsktx.html