Cannot insert hardware breakpoint 1. when setting breakpoint in template class

Per Espressif-documented quirks you only have a few breakpoints (2 or 4). Can you remove all other breakpoints before attempting to place one in that method? If the template is screwing with it, maybe you can spealize the template function for the class or types you’re interested in so that it’s only being used by one class where you can breakpoint in?