Skip to content

fixed a typo and enforced text width to 78 columns in doc/conque_gdb.txt #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions doc/conque_gdb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ Note: Conque GDB actually works with older versions of GDB (GDB 6.3+).
However GDB 7.0+ is recommended since it is likely to support all the Conque
GDB features.

Even tough you have GDB 7.0+ installed on your system it is not 100% sure that
it will support all the Conque GDB features, namely the ability to place signs
on lines to mark where break points are currently placed. If you encounter
this problem with GDB 7.0+ installed on your system, then go ahead and build
GDB 7.0+ from source with python support by specifying the '--with-python'
configuration option.
Even though you have GDB 7.0+ installed on your system it is not 100% sure
that it will support all the Conque GDB features, namely the ability to place
signs on lines to mark where break points are currently placed. If you
encounter this problem with GDB 7.0+ installed on your system, then go ahead
and build GDB 7.0+ from source with python support by specifying the
'--with-python' configuration option.

1.2 Requirements for Windows *conque-gdb-windows-requirements*

Expand Down Expand Up @@ -133,8 +133,8 @@ use the current window as its destination window for source files when
break points are hit. Use :ConqueGdbTab to open GDB in a new tab.

When issuing the :ConqueGdbTab or :ConqueGdb commands Conque GDB will open a
new split window for the source files. See |g:ConqueGdb_SrcSplit| to change how
Conque should split the GDB window.
new split window for the source files. See |g:ConqueGdb_SrcSplit| to change
how Conque should split the GDB window.

2.2 Delete unneeded buffers *conque-gdb-delete-buffers*
*ConqueGdbBDelete*
Expand All @@ -146,7 +146,8 @@ If you want Conque to get rid of some of these buffers, you can use the
while you were debugging.

Note that only buffers opened by Conque GDB will be deleted, and if you have
modified a buffer opened by Conque GDB, this buffer will not be deleted either.
modified a buffer opened by Conque GDB, this buffer will not be deleted
either.
>
:ConqueGdbBDelete
>
Expand Down