While it seems to run fine afterwards, I saw some really strange bash errors in the output tab when I tried this package for my first debugging session:
Due to the many syntax errors and mention of import, I wonder if bash is being run somehow on something that is actually Python, or ES6 JS, or something? Anyway, I just launched a C binary that doesn't touch bash so this seems to be something done by dbg-gdb somehow.
While it seems to run fine afterwards, I saw some really strange bash errors in the output tab when I tried this package for my first debugging session:
Due to the many syntax errors and mention of
import
, I wonder if bash is being run somehow on something that is actually Python, or ES6 JS, or something? Anyway, I just launched a C binary that doesn't touch bash so this seems to be something done by dbg-gdb somehow.