I’m trying to debug my IOS Phonegap Build app.
I’m running the latest Windows version of the GapDebug product. When I first installed it, I was able to set breakpoints and stop on them. The breakpoints turned “bright blue” when I clicked on the line, and the debugger broke on these points.
Suddenly, I can’t get the breakpoints to enable. I don’t know if I did something accidentally or not. When I try to set the breakpoint, it shows as dark gray. When I disable it, it goes to light gray. Never blue. Of course, the code doesn’t stop on the breakpoints, but the console log proves that the code gets to these lines of code.
I decided to see if I had the same problem on Android, so I tried to debug that. Even bigger problem: I couldn’t select a breakpoint at all.
Frustrated… Help?