I am trying to get into the debugger in a program by typing the break key using <ctrl-c>, but all it does is print ^C. I did BREAK ON before running the program.
Is there a different key that needs to be used or how do I break to get into the debugger?