In my project I have both objective c and Swift classes. I want to do debugging in objective c breakpoints are working whereas in Swift breakpoints are not working so it very difficult to debug.
Note : I am integrating my objective c project in my swift project.
Thanks in advance.