Skip to content

Commit b718652

Browse files
committed
Add ArrayGraph to README.md
1 parent ff9a160 commit b718652

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ You can watch, filter or manage processes with Process Manager.
146146

147147
![](media/process-manager.png)
148148

149+
### Array-Graph Visualization
150+
151+
![](media/array-graph-visualisation.png)
152+
149153
### Enhanced Collabration
150154

151155
GDBFrontend has a set of some features for collabration named as "Enhanced Collabration".

Diff for: documentation/src/index.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# GDBFrontend README
2-
3-
[![GDBFrontend](media/gdbfrontend-logo.png)](https://oguzhaneroglu.com/projects/gdb-frontend/)
1+
# [![GDBFrontend](media/gdbfrontend.png)](https://oguzhaneroglu.com/projects/gdb-frontend/)
42

53
[![GitHub release](https://img.shields.io/github/release/rohanrhu/gdb-frontend.svg?style=flat-square&color=informational)](https://github.com/rohanrhu/gdb-frontend/releases)
64
[![GitHub issues](https://img.shields.io/github/issues/rohanrhu/gdb-frontend?style=flat-square&color=red)](https://github.com/rohanrhu/gdb-frontend/issues)
@@ -10,7 +8,7 @@
108
[![Support me on Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3DEvrenselKisilik%26type%3Dpatrons&style=flat-square)](https://patreon.com/EvrenselKisilik)
119
[![Donate with BTC](https://shields.io/badge/donate-3KBtYfaAT42uVFd6D2XFRDTAoErLz73vpL-yellow?logo=bitcoin&style=flat-square)](#%EF%B8%8F-donate)
1210

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)
1412

1513
![gdb-frontend](media/gdbfrontend-screenshots.png "GDBFrontend is an easy, flexible and extensionable gui debugger.")
1614

@@ -108,6 +106,10 @@ Follow [this quick tutorial](https://rohanrhu.github.io/gdb-frontend/tutorials/p
108106

109107
GDBFrontend has powerful and extensible APIs. Follow [this quick tutorial](https://rohanrhu.github.io/gdb-frontend/tutorials/plugin-development/) to learn developing GDBFrontend plugins.
110108

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+
111113
## Features
112114

113115
### Expression Evaluter
@@ -144,6 +146,10 @@ You can watch, filter or manage processes with Process Manager.
144146

145147
![](media/process-manager.png)
146148

149+
### Array-Graph Visualization
150+
151+
![](media/array-graph-visualisation.png)
152+
147153
### Enhanced Collabration
148154

149155
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.
311317
```
312318
(gdb) gf-theme doki
313319
(gdb) gf-theme sky
320+
(gdb) gf-theme sakura
321+
(gdb) gf-theme waifu
314322
(gdb) gf-theme cyberpunk
315323
(gdb) gf-theme dark
316324
(gdb) gf-theme green
@@ -324,7 +332,7 @@ For switching back to the default theme.
324332
(gdb) gf-theme
325333
```
326334

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/).
328336

329337
## GDBFrontend Python API
330338

@@ -349,7 +357,7 @@ or you can get all plugins:
349357

350358
```python
351359
>>> gdbfrontend.plugin.getAll()
352-
['hello', 'theme_light', 'theme_red']
360+
['hello', 'theme_cyberpunk', 'theme_dark', 'theme_doki', 'theme_green', 'theme_light', 'theme_red', 'theme_sakura', 'theme_sky', 'theme_waifu']
353361
```
354362

355363
## Security with Sharing Sessions
@@ -439,7 +447,7 @@ API Documentation is TODO yet.
439447

440448
## Plugin Development
441449

442-
You can read the [Plugin Development Tutorial](https://github.com/rohanrhu/gdb-frontend/wiki/Plugin-Development-Tutorial).
450+
You can read the [Plugin Development Tutorial](https://rohanrhu.github.io/gdb-frontend/tutorials/plugin-development/).
443451

444452
## Theme Development
445453

@@ -455,6 +463,8 @@ Join to Discord community.
455463

456464
You can contribute with commiting to project or developing a plugin. All commits are welcome.
457465

466+
### [Contribution Guide](CONTRIBUTING.md)
467+
458468
## ❤️ Donate
459469

460470
### Patreon
426 KB
Loading

Diff for: media/array-graph-visualisation.png

426 KB
Loading

0 commit comments

Comments
 (0)