31i73 / atom-dbg-gdb

An Atom package - A GDB debugger
https://atom.io/packages/dbg-gdb
MIT License
16 stars 10 forks source link

Odd bash errors when starting debugging sesson #49

Closed ell1e closed 4 years ago

ell1e commented 4 years ago

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:

Screenshot from 2020-10-10 09-04-27

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.

ell1e commented 4 years ago

Oops filed this for the wrong package, my bad