Thread overview
Visual D stepping doesn't step into
Jul 11, 2019
Bert
Jul 11, 2019
Bert
Jul 12, 2019
Rainer Schuetze
July 11, 2019
Sometimes when I try to step in to a function it does not step in to it, it steps over it. I have to go add a BP in the function to get it to break. Any ideas why?

July 11, 2019
On Thursday, 11 July 2019 at 13:03:36 UTC, Bert wrote:
> Sometimes when I try to step in to a function it does not step in to it, it steps over it. I have to go add a BP in the function to get it to break. Any ideas why?

Also, even when just stepping through lines sometimes it just runs(like one is using F5 - continue/go).

July 12, 2019

On 11/07/2019 21:35, Bert wrote:
> On Thursday, 11 July 2019 at 13:03:36 UTC, Bert wrote:
>> Sometimes when I try to step in to a function it does not step in to it, it steps over it. I have to go add a BP in the function to get it to break. Any ideas why?
> 
> Also, even when just stepping through lines sometimes it just runs(like one is using F5 - continue/go).
> 

When viewing the disassembly you can check what the debugger finds as debug line information. There are similar bug reports, but not with reproducible test cases.