Re: Visual D does not always break in function that threw.

2017-09-27 Thread Psychological Cleanup via Digitalmars-d-debugger
On Wednesday, 27 September 2017 at 04:40:59 UTC, Psychological Cleanup wrote: It usually breaks at the calling site. The error message gives the correct module and line number but this is not the line number show in visual studio. The function does not show up in the call stack either making

Visual D does not always break in function that threw.

2017-09-26 Thread Psychological Cleanup via Digitalmars-d-debugger
It usually breaks at the calling site. The error message gives the correct module and line number but this is not the line number show in visual studio. The function does not show up in the call stack either making it difficult to debug. I'm referring to templated functions as it might not do