cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug Cuppy or CuppyTrail extensions.

imransheikh
Explorer
0 Kudos
402

Hi Experts,

I want to know the process of debugging the cuppy/cuppytrail extensions in ee from scratch , to understand the flow and development of the extension.Any Wiki links are appreciated .

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1 Ant clean all

 cd /hybris/bin/platform/
 . ./setantenv.sh
ant clean all

Result: BUILD SUCCESSFUL

2 Start server in debugmode

./hybrisserver.sh debug

Result: Server startup

3 Create new Remote Debugger and set Port 8000

4 Set breakpoints

5 Run debugger

imransheikh
Explorer
0 Kudos

Thanks Patrick ,

Answers (0)