From my understanding of a debugger, low level code is interpreted as high level code, which is the opposite of what a compiler does. Would you think this is a good comparison/contrast?
EDIT: I was thinking more on the way they work on the inside, my thoughts were that the low level code created by the compiler was interpreted by the debugger, but someone answered my question, they are actually symbols. thanks!