@Gordon @fanoush - Thanks for clearing this up for me.
I think i was getting confused because i see this when i start up GDB. "No symbol table is loaded. Use the "file" command."
Which i'm guessing is because when you first load up gdb it doesn't load the file. Its currently commented out for some reason.
https://github.com/espruino/Espruino/blob/255dbb036942c59c2e937d3c80c206d88586be79/make/targets/ARM.make#L27
@user156811 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Gordon @fanoush - Thanks for clearing this up for me.
I think i was getting confused because i see this when i start up GDB.
"No symbol table is loaded. Use the "file" command."
Which i'm guessing is because when you first load up gdb it doesn't load the file. Its currently commented out for some reason.
https://github.com/espruino/Espruino/blob/255dbb036942c59c2e937d3c80c206d88586be79/make/targets/ARM.make#L27