From 1c259fb99f246c78d238e520afb1ff55a357eacf Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 7 Jun 2017 10:08:08 +0200 Subject: [PATCH] add videos to doc --- docs/index.md | 4 ++++ docs/videos.md | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/videos.md diff --git a/docs/index.md b/docs/index.md index 33fc1311..4d673d89 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,6 +15,10 @@ _Install and configure Coedit._ * [Build](build.md) * [Setup](setup.md) +#### Tutos and guides + +* [Usage in videos](videos.md) + #### Features _General features or concepts that are not wrapped in a widget_ diff --git a/docs/videos.md b/docs/videos.md new file mode 100644 index 00000000..ab723ee8 --- /dev/null +++ b/docs/videos.md @@ -0,0 +1,22 @@ +--- +title: Usage in video +--- + +### Debug a runnable + +This video shows how a [runnable module](features_runnables) can be debugged in the [GDB commander](widgets_gdb_commander) widget. +The runnable calls a function that returns an `int`. +A breakpoint is put before returning and the result is patched in the CPU inspector by changing RAX value. + +{% raw %} +
https://abstractop.tumblr.com/post/161537904188
+{% endraw %} + +### GIT gui as a tool + +This video shows how to setup a [custom tool](widgets_custom_tools) that invokes `git gui` for the current project. +The trick is to set the tool's current working directory with a [symbolic string](features_symbolic_strings) that's expanded to the current project location. + +{% raw %} +
https://abstractop.tumblr.com/post/161538065841
+{% endraw %}