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

When breaking on a breakpoint decompiled source is shown when original source is available #180

Open
bigbellyburger opened this issue Jul 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bigbellyburger
Copy link

bigbellyburger commented Jul 14, 2023

Is your feature request related to a problem? Please describe.
When placing breakpoints the decompiled code is opened when the breakpoint is hit. It is nice that decompilation is available, but decompiled source files lack the comments, things are ordered differently, and because of that the line numbers usually don't match.

This makes stepping through the code and visualizing which breakpoint is hit difficult.

Describe the solution you'd like
It would be nice if the source file is opened when available instead of the decompiled source.

Describe alternatives you've considered
I usually open the original source file alongside the decompiled one in a split pane. This works, but is not very pleasant.

Additional context
image

@bigbellyburger bigbellyburger added the enhancement New feature or request label Jul 14, 2023
@joelday
Copy link
Owner

joelday commented Sep 27, 2023

@bigbellyburger We're doing a bunch of work right now that involves rewriting/revamping source file/compiled script mappings, which should address these kinds of issues. In the meantime, double-check your launch.json file to be sure it's pointing to the correct .ppj file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants