Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
Is your feature request related to a problem? Please describe.
The code base is not fully type checked, which could lead to errors and longer development times.
Describe the solution you'd like
Change all files from .js/.jsx to .ts/.tsx, and add more type annotations.
Additional context
There is already some typescript support, but it should be expanded on.
Is your feature request related to a problem? Please describe. The code base is not fully type checked, which could lead to errors and longer development times.
Describe the solution you'd like Change all files from .js/.jsx to .ts/.tsx, and add more type annotations.
Additional context There is already some typescript support, but it should be expanded on.