Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Jun 18, 2016
1 parent a2b50e2 commit d8529bf
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions introduction/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Introduction
Introduction
============

This is a x64/x32 debugger that is currently in active development.

The debugger (currently) has three parts:
- DBG
- GUI
- Bridge
* DBG
* GUI
* Bridge

DBG is the debugging part of the debugger. It handles debugging (using TitanEngine) and will provide data for the GUI.

Expand All @@ -15,10 +16,10 @@ Bridge is the communication library for the DBG and GUI part (and maybe in the f

Contents:

.. toctree:
:maxdepth: 1
introduction/Feature-set
introduction/Input
introduction/Variables
introduction/Expressions
.. toctree::
:maxdepth: 0
Feature-set
Input
Variables
Expressions

0 comments on commit d8529bf

Please sign in to comment.