cancel
Showing results for 
Search instead for 
Did you mean: 

remote debug intelliJ with hybris v6.0 does not pick up breakpoints?

former_member473180
Participant
0 Kudos

remote debug intelliJ with hybris v6.0 does not pick up breakpoints? only method breakpoints and then it just stalls and does not jump into the debug screen?

former_member473180
Participant
0 Kudos

help??>???

former_member473180
Participant
0 Kudos

anybody else doing remote debugging?

this worked in older versions?

former_member473180
Participant
0 Kudos

help ?????>?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Create new Remote configuration as stated in attached image

Former Member
0 Kudos

Step to configure:
1. Create new remote tomcat server. In tab Startup/Connection, you configure like the following image:
(You can put any port you want, but default port is 8000)

2. In tab Server, you set the port of hybris server. like this
4. Open file project.properties in platform then replace the value of key tomcat.debugjavaoptions
with command line arguments in tab Startup/Connection
5. Run ant all
6. Start hybris server in debug mode ./hybrisserver.sh debug
7. Then start debug mode in intellij