line numbers for linux exception traces

2015-08-05 Thread Adam D. Ruppe via Digitalmars-d-announce
If you just download this little file: http://arsdnet.net/dcode/linetrace.d and add it to your build, when compiling in debug mode, it will translate the addresses into line numbers (by simply piping out to addr2line on the command line) No modification to your program is required. before:

Re: line numbers for linux exception traces

2015-08-05 Thread Adam D. Ruppe via Digitalmars-d-announce
Oh also a note about addr2line's output on my computer at least: it prints the line of the *next* instruction after the function call, which can be a few lines away sometimes. But still, close enough: go to the line it references then look immediately before it and you should see the function

Re: line numbers for linux exception traces

2015-08-05 Thread Martin Nowak via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 15:57:46 UTC, Adam D. Ruppe wrote: If you just download this little file: http://arsdnet.net/dcode/linetrace.d and add it to your build, when compiling in debug mode, it will translate the addresses into line numbers (by simply piping out to addr2line on the com

Re: Changelog

2015-08-05 Thread Brian Schott via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 06:45:56 UTC, Martin Nowak wrote: On 08/05/2015 01:57 AM, Martin Nowak wrote: Release Candidate for 2.068.0 To make this a successful release we need to work on the changelog, so that the rest of the world can know what we actually did. Right now it only contai

Re: Changelog

2015-08-05 Thread anonymous via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 19:04:29 UTC, Brian Schott wrote: Where does that changelog come from? I made some pull requests against a file that I thought was the changelog to document some Phobos changes that got merged, but now I don't see it on dlang.org. https://github.com/D-Programmin

Visual D 0.3.42 released

2015-08-05 Thread Rainer Schuetze via Digitalmars-d-announce
Hi, there is a new version of Visual D available at http://rainers.github.io/visuald/visuald/StartPage.html Major new features in version 0.3.42: * DustMite integration, see http://rainers.github.io/visuald/visuald/DustMite.html * integration with the Visual Studio Performance Wizard * cv2p

Re: Visual D 0.3.42 released

2015-08-05 Thread Christof Schardt via Digitalmars-d-announce
"Rainer Schuetze" schrieb im Newsbeitrag news:mpttnn$n08$1...@digitalmars.com... See http://rainers.github.io/visuald/visuald/VersionHistory.html for the Wrong date in line 2 of the page. Thanks for this tremendously good work. Christof

Re: Visual D 0.3.42 released

2015-08-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 05.08.2015 23:43, Christof Schardt wrote: See http://rainers.github.io/visuald/visuald/VersionHistory.html for the Wrong date in line 2 of the page. Thanks, fixed.

Re: Changelog

2015-08-05 Thread Martin Nowak via Digitalmars-d-announce
On 08/05/2015 09:04 PM, Brian Schott wrote: > > Where does that changelog come from? I made some pull requests against a > file that I thought was the changelog to document some Phobos changes > that got merged, but now I don't see it on dlang.org. > > https://github.com/D-Programming-Language/dl

Re: Changelog

2015-08-05 Thread Brian Schott via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 20:57:49 UTC, anonymous wrote: getUDAs and getSymbolsByUDA don't seem to have made it, so they're correctly commented out for now. That's annoying. Those three were meant to go together.

Re: Release Candidate D 2.068.0-rc1

2015-08-05 Thread Walter Bright via Digitalmars-d-announce
On 8/4/2015 4:57 PM, Martin Nowak wrote: Release Candidate for 2.068.0 Thank you, Martin!

Re: Visual D 0.3.42 released

2015-08-05 Thread Meta via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze wrote: Hi, there is a new version of Visual D available at http://rainers.github.io/visuald/visuald/StartPage.html [snip] Thanks a lot. I've been using VisualD almost as long as I've been using D and it's always been great.