Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
346 contributions in the last year
Contribution activity
September 2020
cs01 has no activity
yet for this period.
August 2020
- cs01/whoogle-search Python
Created a pull request in cs01/gdbgui that received 3 comments
terminal updates; dashboard rewrite; use tailwind css; other updates
I have added an entry to docs/changelog.md
screenshot
Bottom left: gdb pty, middle: gdbgui console logs (read only), right: debugged program's IO
+7,087
−3,698
•
3
comments
Created an issue in cs01/gdbgui that received 1 comment
terminals do not work on windows for gdbgui 0.14+
Describe the bug
Python does not support pseudoterminals (for example, import pty on windows fails) on windows.
As of gdbgui v0.14, pty's are used …
1
comment