[Issue 14885] ideas for prettier and more useful backtraces
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Aug  7 11:14:46 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14885
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
Many editors understand the /usr/include/dmd/phobos/std/conv.d:2013 syntax so
using that allows to faster go to the code that threw an exception.
----
std.conv.ConvException@/usr/include/dmd/phobos/std/conv.d(2013): Unexpected end
of input when converting from type string to type int
----
vs.
----
/usr/include/dmd/phobos/std/conv.d:2013: Unexpected end of input when
converting from type string to type int (std.conv.ConvException)
----
--
    
    
More information about the Digitalmars-d-bugs
mailing list