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
[](https://patreon.com/EvrenselKisilik)
11
9
[](#%EF%B8%8F-donate)
12
10
13
-
GDBFrontend is an easy, flexible and extensionable gui debugger.
11
+
GDBFrontend is an easy, flexible and extensionable gui debugger.[Try it online!](https://debugme.online)
14
12
15
13

GDBFrontend has powerful and extensible APIs. Follow [this quick tutorial](https://rohanrhu.github.io/gdb-frontend/tutorials/plugin-development/) to learn developing GDBFrontend plugins.
110
108
109
+
## [How to integrate GDBFrontend with your Makefile?](https://rohanrhu.github.io/gdb-frontend/tutorials/makefile-integration/)
110
+
111
+
Follow [this quick tutorial](https://rohanrhu.github.io/gdb-frontend/tutorials/makefile-integration/) for integration ideas for special development/debugging requirements.
112
+
111
113
## Features
112
114
113
115
### Expression Evaluter
@@ -144,6 +146,10 @@ You can watch, filter or manage processes with Process Manager.
144
146
145
147

146
148
149
+
### Array-Graph Visualization
150
+
151
+

152
+
147
153
### Enhanced Collabration
148
154
149
155
GDBFrontend has a set of some features for collabration named as "Enhanced Collabration".
@@ -311,6 +317,8 @@ For switching between themes use `gf-theme [THEME]` command on GDB shell.
311
317
```
312
318
(gdb) gf-theme doki
313
319
(gdb) gf-theme sky
320
+
(gdb) gf-theme sakura
321
+
(gdb) gf-theme waifu
314
322
(gdb) gf-theme cyberpunk
315
323
(gdb) gf-theme dark
316
324
(gdb) gf-theme green
@@ -324,7 +332,7 @@ For switching back to the default theme.
324
332
(gdb) gf-theme
325
333
```
326
334
327
-
Also you may want to look to [Plugin Development Tutorial](https://github.com/rohanrhu/gdb-frontend/wiki/Plugin-Development-Tutorial).
335
+
Also you may want to look to [Plugin Development Tutorial](https://rohanrhu.github.io/gdb-frontend/tutorials/plugin-development/).
0 commit comments