Exception programming difficult

Jacob Carlborg doob at me.com
Mon Aug 13 06:45:03 PDT 2012


On 2012-08-13 12:31, Regan Heath wrote:

> I wonder if it might be possible to make an intellisense style GUI/IDE
> tool/plugin which could determine all exceptions thrown either by direct
> code inspection or ddoc inspection (when source is unavailable) such
> that it could actually build a complete list. It would need to cache
> results in order to be anywhere near performant I reckon.

I think that would be great and possible, at lest to some extent. 
There's always problems with unknown subclasses, dynamically loaded code 
and so on.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list