Somehow I lost my abaility to set breakpoints in the file view, meaning main.c, int.c, etc. Whenever I right click on a line within the .c file and select "Toggle Breakpoint" it does not display the little dot in the left hand side of the opened file. It does show it in the "Breakpoints" view and places it in the "Disassembly" view of the selected file for the given line. Any ideas how I can change this back?
Also, if I have a breakpoint in the "Disassembly" window, how do I perform single assembly steps. If I use and of the step commands, it performs a "C" step. Any ideas?