There are a few common reasons why breakpoints may not work when debugging inside of Komodo:
symbolic links - ensure that the file is not a symlinked location, as this can cause the breakpoints to be ignored - you must set the breakpoint in the real filepath
mapped URIs - sometimes an incorrect mapped URI can cause the breakpoint location to be changed - thus never matching the executed lines - try removing any mapped URIs in Komodo's preferences.