Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-04 | 1.4 kB | |
seer - version 1.15.tar.gz | 2023-03-04 | 401.3 kB | |
seer - version 1.15.zip | 2023-03-04 | 534.3 kB | |
Totals: 3 Items | 937.0 kB | 0 |
A revamp Debug dialog. Better support for connecting to embedded apps and debugging pure assembly code.
[1.15] - 2023-03-04
- Revamp Debug dialog. Move debug modes into "tabs".
- Add "help" icon to each debug mode in Debug dialog.
- Add 'pre' and 'post' gdb commands that can be executed just before and just after the program is loaded into gdb.
- Add the concept of 'project' files that can be created and loaded. Project files contain all settings available in the Debug dialog.
- Assembly view can now be shown in 2 modes. See "Settings->Configure->Assembly"
- Function. The view shows all assembly in the function the $PC is in.
- Length. The view shows N bytes of assembly after the $PC. Used for code that is pure assembly or has no debug information.
- Minor fixes when debugging corefiles.
- Fixed breakpoints with conditional statements.
- Fixed up icons and Debian "copyright" file for Debian Intent-To-Package.
- Double-clicking on a breakpoint in the source window will delete it. Previously it would disable it.
- Assembly Tab - show only Nexti and Stepi buttons. Source tabs - show only Next and Step buttons.
- Hide certains buttons (Run, Start, ...) depending on Debug mode (run, attach, connect, etc...)
- Save state of tabs (tab order and current tab). So next session will get them.