You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# gdbgui release history
2
2
3
3
## 0.13.0.0
4
-
* Add ability to map source file paths. Added flags `--remap-sources` and `-m` to replace compile-time source paths to local source paths. i.e. `gdbgui --remap-sources='{"/buildmachine":"/home/chad"}'` (#158)
4
+
* Add ability to re-map source file paths. Added flags `--remap-sources` and `-m` to replace compile-time source paths to local source paths. i.e. `gdbgui --remap-sources='{"/buildmachine": "/home/chad"}'` (#158)
5
+
* Add shift keyboard shortcut to go in reverse when using rr (#201)
5
6
* Pass arbitrary gdb arguments directly to gdb: added `--gdb-args` flag
6
7
* Removed `-x` CLI option, which caused major version to change. New way to pass is `gdbgui --gdb-args='-x=FILE'` (#205)
7
-
* Fix typo in tour (@nkirkby)
8
8
* Add "name" to Threads (new gdb 8.1 feature) (@P4Cu)
9
9
* Fix crash/black screen from "Python Exception <classNameError> name long is not defined" #212
10
10
* Fix bug when debugging filenames with spaces (Fix Cannot create breakpoint: -break-insert: Garbage following <location> #211")
11
11
* Fix empty frame causes the ui to crash/black screen #216
title="when clicking buttons to the right, pass the `--reverse` flag to gdb in an attempt to debug in reverse. This is not always supported. rr is known to support reverse debugging."
0 commit comments