Thread overview | |||||
---|---|---|---|---|---|
|
July 11, 2019 Visual D stepping doesn't step into | ||||
---|---|---|---|---|
| ||||
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 Re: Visual D stepping doesn't step into | ||||
---|---|---|---|---|
| ||||
Posted in reply to Bert | 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 Re: Visual D stepping doesn't step into | ||||
---|---|---|---|---|
| ||||
Posted in reply to Bert |
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.
|
Copyright © 1999-2021 by the D Language Foundation