SIGN IN SIGN UP
cs01 / gdbgui UNCLAIMED

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.

0 0 0 TypeScript

TAGS

20 tags
0.11.1.2

fix import ssl error when ssl not present (#170); add screenshot; remove fixed width for html element (#175)

0.11.1.1

various updates (#173) * convert backslashes to forward slashes in windows #167 * cleanup menu * fix safari ui issue #164 * smarter disassembly fetching (#166) * add copy to clipboard and allow missing SSL module (#170) * add copy icon for variables; bugfix when fetch variables (#163) * erase breakpoint without jumping to that line of code (#172) * fix for displaying updates

0.11.0.0

replace --auth option with --user --password

0.9.4.1

remove pypugjs dependency (#152)

0.9.4.0

Add native Windows support (#150) #149 #18

0.9.3.0

add VERSION.txt to MANIFEST; remove invalid localStorage keys; update wait time; update version

0.9.2.0

add note about cookies #147; increment version

0.9.1.1

update pygdbmi version; update changelog

0.9.1.0

update version and readme

0.9.0.1

increment version due to pypi upload error

0.9.0.0

merge various updates to master (#137) * make modal into react; move more from pug to react/js * cleanup modal and settings * convert everything to react; parse executable+args with spaces (#116) * add gzip compression to flask * add gzip; rename index.js to build.js * everything in a single div id * add javascript unit tests * add button to toggle assembly flavors (#110); refresh state when clicking return button

0.8.2.0

make source code display after backtrace (regression fix, #134); update documentation; fix bug in command line arg handling for --arg; update version

0.8.0.3

modify component initialization order so that store updates are better sequenced

0.8.0.2

display brackett instead of <

0.8.0.1

bugfix when restoring old settings

0.7.9.4

Resize tree view (#105) * add inputs to define width and height of tree view (issue #100) * preserve leading and trailing whitespace in terminal * add menu in top right * css updates * add help page