You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'os' has no attribute 'setsid' and AttributeError: module 'os' has no attribute 'killpg'. We use these to start and kill the OpenOCD process in the background of GDB. No clue how to fix that.
/dev/null does not exist on Windows, however that can easily be fixed:
I "fixed" running OpenOCD in the background on Windows only to discover that arm-none-eabi-gdb does not support TUI mode on Windows and gdbgui dropped Windows support recently due to lack of gevents support.
There are two issues:
AttributeError: module 'os' has no attribute 'setsid'
andAttributeError: module 'os' has no attribute 'killpg'
. We use these to start and kill the OpenOCD process in the background of GDB. No clue how to fix that./dev/null
does not exist on Windows, however that can easily be fixed:The text was updated successfully, but these errors were encountered: