[ddbg] wrong line numbers with unhandled exception

ore-sama spam at here.lot
Fri Oct 10 06:54:10 PDT 2008


For some reason it losts functions from stacktrace
When explicit throw occurs, RunApplication calls yo, yo calls _d_throw directly, yo is lost. On ArrayBoundsError yo calls _array, _array calls _d_array_bounds, _d_array_bounds calls _d_throw; _array and _d_array_bounds are lost.


More information about the Digitalmars-d-debugger mailing list