zoukankan      html  css  js  c++  java
  • SAP Enterprise Commerce调试环境搭建

    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 hybrisin 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 inext-templateyacceleratorstorefrontwebsrcdehybrisplatformyacceleratorstorefrontfilterscmsCMSSiteFilter.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的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    bzoj 1503: [NOI 2004]郁闷的出纳员
    bzoj 1001: [BeiJing2006]狼抓兔子
    bzoj 1005: [HNOI2008]明明的烦恼
    bzoj 1004: [HNOI2008]Cards
    bzoj 1003: [ZJOI2006]物流运输trans
    06day1
    05day2
    04day2
    04day1
    03day2
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13586411.html
Copyright © 2011-2022 走看看