Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!ll-xn!rkc From: rkc@XN.LL.MIT.EDU (rkc) Newsgroups: comp.emacs Subject: dbx.el Message-ID: <1291@xn.LL.MIT.EDU> Date: 6 Mar 89 19:51:43 GMT Organization: MIT Lincoln Laboratory, Lexington, MA Lines: 16 In the dbx.el file kindly provided by Robert Lupton, if you change the variable dbx-break-point to (defvar dbx-break-point "in .* at line \\([0-9]*\\) in file \"\\([^\"]*\\)\"" "Regexp of pattern that dbx writes at break point.") Then dbx-where will work for segmentation violations as well as for break points. Now for the question: dbx-where doesn't print out the overlay-arrow-string. It looks like the code is trying to--but it doesn't succeed. What's wrong? -Rob