First and most common, if you set a breakpoint in a Source
Window or the VASM window you MUST start program execution
using the "START" button in the Source Window or VASM. The
breakpoint will more than likely not be hit if you start
program execution for the command window or the emulator
status window.
The Second reason for not hitting the break is the code
never executes the instruction the break point is set on.