mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Add debugging files to build process
This commit is contained in:
4
assets/debugging/popcorn.elf-gdb.py
Normal file
4
assets/debugging/popcorn.elf-gdb.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import time
|
||||
time.sleep(2.5)
|
||||
gdb.execute("target remote :1234")
|
||||
gdb.execute("set waiting = false")
|
||||
Reference in New Issue
Block a user