id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking platform 9221 Breakpoints in dynamically loaded add-ons don't seem to be installed correctly anevilyak anevilyak If one sets a breakpoint in a function located in an add-on image, then exits the debugger and reloads the same app in it again, the breakpoint doesn't appear to get reinstalled correctly when the add-on is later loaded by the team. BreakpointManager::_UpdateBreakpoints() does get called appropriately on add-on load, and stepping through it indicates that the breakpoint was both found/created and successfully installed, but it simply doesn't seem to actually get hit during program execution. bug closed normal R1 Applications/Debugger R1/Development fixed bonefish All