Code changes not being used in debug mode
Hi all, I am very new to this software so hopefully this is a silly question that is easily answered.
I keep running into an issue where I can make a change in the editor, build the project and then look at the code step by step in debug mode, however my code changes aren't actually being implemented most of the time.
For example the 'orr r1, r1, #0x9' instruction in the image below I put there as a test, you can see on the right the 'Show Source' option in the debug window has an old value I did once have in there.
I have no idea why the changes aren't being committed once the project is built (but sometimes they do).
I did have 'Build Automatically' option set, even when not set it makes no difference.
Any advice would be greatly appreciated.
Thanks.

