博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Hybris Commerce 使用IntelliJ IDEA时的DEBUG指南
阅读量:4148 次
发布时间:2019-05-25

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

1.将hybris启动为debug模式

在命令行启动hybrisserver.bat debug命令

2.设置断点

3.配置idea的debug

选择 Remote debug

 

打开 edit configuration ,可以看到开启的端口是8000,监听hybris server。而hybris默认的端口是9200

 

调用接口,可以看到已经进入到了debug模式,常用的debug的按钮也出现了

你可能感兴趣的文章
1036. Boys vs Girls (25)
查看>>
1037. Magic Coupon (25)
查看>>
1038. Recover the Smallest Number (30)
查看>>
1011. World Cup Betting (20)
查看>>
PAT解题报告索引
查看>>
1039. Course List for Student (25)
查看>>
1010. Radix (25)
查看>>
Pattern Searching
查看>>
[LeetCode]3Sum
查看>>
[LeetCode]Add Two Numbers
查看>>
[LeetCode]Anagrams
查看>>
[LeetCode]Balanced Binary Tree
查看>>
[LeetCode]Best Time to Buy and Sell Stock
查看>>
[LeetCode]Best Time to Buy and Sell Stock II
查看>>
[LeetCode]Best Time to Buy and Sell Stock III
查看>>
[LeetCode]Binary Tree Inorder Traversal
查看>>
[LeetCode]Binary Tree Level Order Traversal
查看>>
[LeetCode]Climbing Stairs
查看>>
[LeetCode]Combination Sum II
查看>>
[LeetCode]Combinations
查看>>