C3 doesn't support debugger breakpoints in certain triggered events - e.g., keyboard: on [key] pressed. I've been getting around that using the following approach:
This works well and allows me to set breakpoints in the code ultimately triggered by the keypress. My question is, will this come back to bite me in the future? Any other approach that works better?