Commit graph

20 commits

Author SHA1 Message Date
Chad Smith
ad576adae6
terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
PhilipDaniels
60db87c130 Rust example and documentation improvments (#191)
* Improve Rust documentation.

* Mention in the docs how to find the main.rs file and deal with
  the warning about the pretty-printers.
* Update examples\rust to use Cargo. (#113)

* Test the Rust screenshot.

* Remove my name from Cargo.toml

* Anticipate the correct path for the screenshot.

* Rust: implement pull request review comments.

* Add shell script to compile and launch gdbgui.
* niggles -> difficulties
* Slight rewording in RUN.md to clarify where the problem is
  with the Rust pretty printers.
2018-05-07 17:17:31 -07:00
Chad Smith
f15ebb45c2 add screenshot 2018-02-10 16:41:49 -08:00
Chad Smith
a6595baf85 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
2018-02-10 15:37:05 -08:00
Chad Smith
e5114fa15a Chad/feature/project view (#160)
Add folder view
2018-01-21 13:48:34 -08:00
Chad Smith
f0b23b6bfe update documentation 2018-01-09 11:38:25 -08:00
Chad Smith
ff6a765b6f add screenshots 2017-12-29 17:50:00 -08:00
Chad Smith
296f8248e5 add link to homepage 2017-12-22 15:02:48 -08:00
Chad Smith
d5339ec541 allow username/password to be entered in terminal rather than file (#132); add screenshot 2017-11-16 08:29:33 -08:00
Chad Smith
179259f6c8 rearrange display of assembly; fix bug when fetching variable fails; fix bug when truncating max lines in console 2017-11-13 23:49:24 -08:00
Chad Smith
1e9da75f17 add radix choices #102; Parse gdb version from arm-non-eabi-gdb (#83); various improvements 2017-10-29 18:05:19 -07:00
Chad Smith
fa509618fb show simple fields in tree node; add recovery button in console for faults (i.e. SIGSEGV) (#92)
show simple fields in tree node; add recovery button in console for faults (i.e. SIGSEGV)
2017-07-31 22:12:00 -07:00
Chad Smith
220cff64ee add tree data explorer; update examples and readme (#91) 2017-07-22 16:57:50 -07:00
Chad Smith
01c8f65b3a Hover show var (#71)
* show variable values on hovering in source view #62 and increment version
2017-06-04 00:47:11 -07:00
Chad Smith
cecbc48969 update readme to address #55 2017-03-23 12:03:41 -07:00
Chad Smith
942fd5ace0 add syntax highlighting; update license; use splitjs instead of w2ui 2017-03-18 21:54:14 -07:00
Chad Smith
4f894590e2 fix issue #29 for large files; start adding lldb support 2017-03-04 13:29:42 -08:00
Chad Smith
72f2176749 add plotting for expressions; bugfix displaying characters in gdb console; documentation 2017-03-03 23:41:52 -08:00
Chad Smith
7cad40a411 add alias -n argument for no browser; update screenshot; update readme 2017-03-01 10:21:49 -08:00
Chad Smith
0ff1d8e872 fix jump to line bug; add screenshots; add examples 2017-02-16 12:10:35 -08:00