jdolinay / avr_debug

Source level debugger for Arduino - GDB stub for Atmega328 microcontroller used in Arduino Uno.
GNU Lesser General Public License v3.0
142 stars 33 forks source link

visual studio code: undef ref to debug_init #41

Closed geetee24 closed 2 years ago

geetee24 commented 2 years ago

include

include

debug_init ();

verify:

In function setup': vsc/hisketch.ino:10: undefined reference todebug_init'

jdolinay commented 2 years ago

This is likely the same problem as #40, once the library is included correctly, the debug_init function will be included in the build.