Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source view sometimes does not update to show current execution position correctly #333

Open
Kalmalyzer opened this issue Dec 17, 2016 · 0 comments

Comments

@Kalmalyzer
Copy link

When I am debugging source-level in file A, then stop & restart the program, and it hits on a breakpoint which is in file B, then the debugger will not switch to the other source file. Rather it continues to show the "current execution location" pointer at a place in file A -- the place where I stopped the program.

Switching with Space will switch between disassembly and file A.

The debugger will realize that something is up once program flow enters file A again -- at that point the "current execution pointer" begins updating correctly.

(Slightly related: when I stop a program, then the "current execution pointer" ought to disappear altogether, right?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants