www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - This Week in D: debugging uncaught exceptions

reply Adam D. Ruppe <destructionator gmail.com> writes:
I decided to write up a think on untrapping exceptions this week:

http://arsdnet.net/this-week-in-d/2016-aug-07.html

Next week I'll prolly talk about calling D from Ruby. Last week, 
we had a status report from Stefan Koch on his CTFE engine.

If you aren't already following this, every Sunday night or 
Monday morning, the little newsletter comes out with a snapshot 
of forum activity and about half of them have some kind of longer 
article or tip or other such educational content.

The RSS feed (linked on the page) is also a single-page archive 
so you can search for old things there too!
Aug 07 2016
next sibling parent Jacob Carlborg <doob me.com> writes:
On 08/08/16 06:24, Adam D. Ruppe wrote:
 I decided to write up a think on untrapping exceptions this week:

 http://arsdnet.net/this-week-in-d/2016-aug-07.html
How to detect if running inside a debugger on OS X [1]. [1] https://developer.apple.com/library/ios/qa/qa1361/_index.html -- /Jacob Carlborg
Aug 08 2016
prev sibling next sibling parent DLangLearner <DLangLearner DLangLearner.com> writes:
On Monday, 8 August 2016 at 04:24:45 UTC, Adam D. Ruppe wrote:
 I decided to write up a think on untrapping exceptions this 
 week:

 http://arsdnet.net/this-week-in-d/2016-aug-07.html

 Next week I'll prolly talk about calling D from Ruby. Last 
 week, we had a status report from Stefan Koch on his CTFE 
 engine.

 If you aren't already following this, every Sunday night or 
 Monday morning, the little newsletter comes out with a snapshot 
 of forum activity and about half of them have some kind of 
 longer article or tip or other such educational content.

 The RSS feed (linked on the page) is also a single-page archive 
 so you can search for old things there too!
The item 77 should be for the week July 24, 2016 instead of July 03, 2016.
Aug 08 2016
prev sibling next sibling parent Paolo Invernizzi <paolo.invernizzi no.address> writes:
On Monday, 8 August 2016 at 04:24:45 UTC, Adam D. Ruppe wrote:
 I decided to write up a think on untrapping exceptions this 
 week:

 http://arsdnet.net/this-week-in-d/2016-aug-07.html

 Next week I'll prolly talk about calling D from Ruby. Last 
 week, we had a status report from Stefan Koch on his CTFE 
 engine.

 If you aren't already following this, every Sunday night or 
 Monday morning, the little newsletter comes out with a snapshot 
 of forum activity and about half of them have some kind of 
 longer article or tip or other such educational content.

 The RSS feed (linked on the page) is also a single-page archive 
 so you can search for old things there too!
Thank you Adam, this is pure gold stuff to know! /Paolo
Aug 09 2016
prev sibling parent WebFreak001 <janju007 web.de> writes:
On Monday, 8 August 2016 at 04:24:45 UTC, Adam D. Ruppe wrote:
 I decided to write up a think on untrapping exceptions this 
 week:

 http://arsdnet.net/this-week-in-d/2016-aug-07.html

 Next week I'll prolly talk about calling D from Ruby. Last 
 week, we had a status report from Stefan Koch on his CTFE 
 engine.

 If you aren't already following this, every Sunday night or 
 Monday morning, the little newsletter comes out with a snapshot 
 of forum activity and about half of them have some kind of 
 longer article or tip or other such educational content.

 The RSS feed (linked on the page) is also a single-page archive 
 so you can search for old things there too!
wow this is amazing. I hope they add it as console argument so I can add the argument to my vscode D extension which can call my debugger plugin. It would make the whole experience so much nicer if it could catch all the exceptions.
Aug 12 2016