www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Visual D stepping doesn't step into

reply Bert <Bert gmail.com> writes:
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?
Jul 11 2019
parent reply Bert <Bert gmail.com> writes:
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).
Jul 11 2019
parent Rainer Schuetze <r.sagitario gmx.de> writes:
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.
Jul 12 2019