I am using https://github.com/qmetry/qaf-blank-project-maven project to run simple login scenario in eclipse. My debug point is not getting triggered when I run my simple scenario.
Note: I am not using testNG in my project.
Looks like you are trying to run as maven test in debug mode. If so you should refer
Maven build debug in Eclipse
and other similar questions.
Adding -Dmaven.surefire.debug
in goal worked for me.