summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-05-22 12:51:42 +0000
committerEli Zaretskii <eliz@gnu.org>2007-05-22 12:51:42 +0000
commitc297055514ffc34bbf79ca4ed2c00d77d49d021c (patch)
treeb52574b554f1046cdca86bd23eeef956e70a42e4 /nt
parent662b4cfce34c677d0fee855709fd224f4864639f (diff)
downloademacs-c297055514ffc34bbf79ca4ed2c00d77d49d021c.tar.gz
Add information about where to find GDB, and warn against --no-debug option
to configure.bat.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/INSTALL6
2 files changed, 10 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 41522eef97d..03584981bf5 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-22 Eli Zaretskii <eliz@gnu.org>
+
+ * INSTALL: Add information about where to find GDB, and warn
+ against --no-debug option to configure.bat.
+
2007-05-19 Eli Zaretskii <eliz@gnu.org>
* INSTALL: Fix URL of EmacsW32 site where building with image
diff --git a/nt/INSTALL b/nt/INSTALL
index 7449323ace1..489941e1578 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -227,6 +227,9 @@
To configure Emacs to build with GCC or MSVC, whichever is available,
simply change to the `nt' subdirectory and run `configure.bat' with no
options. To see what options are available, run `configure --help'.
+ Do NOT use the --no-debug option to configure.bat unless you are
+ absolutely sure the produced binaries will never need to be run under
+ a debugger.
N.B. It is normal to see a few error messages output while configure
is running, when gcc support is being tested. These cannot be
@@ -380,7 +383,8 @@
You should be able to debug Emacs using the debugger that is
appropriate for the compiler you used, namely DevStudio or Windbg if
- compiled with MSVC, or GDB if compiled with GCC.
+ compiled with MSVC, or GDB if compiled with GCC. (GDB for Windows
+ is available from the MinGW site, http://www.mingw.org/download.shtml.)
When Emacs aborts due to a fatal internal error, Emacs on Windows
pops up an Emacs Abort Dialog asking you whether you want to debug