backtrace-d icon indicating copy to clipboard operation
backtrace-d copied to clipboard

backtrace-d provides a pretty backtrace for D applications running under Linux

Results 2 backtrace-d issues
Sort by recently updated
recently updated
newest added

In this example: ``` object.Exception@source/app.d(15): Exception thrown ---------------- Stack trace: #1: /path/to/source/app.d line (16) in void app.goToF2(uint) (13) (14) void goToF2(uint i = 0) { (15) if (i == 2)...