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

fbc-debug: Add debug info for included files #96

Merged
merged 3 commits into from
Sep 9, 2018

Conversation

jayrm
Copy link
Member

@jayrm jayrm commented Sep 9, 2018

This update from SARG and St_W adds filename debug information for included files.

  • This patch adds debug file name information for included files to allow the debugger to determine the filename origin of module-level statements, which may be in both the main file and included files
  • Previously, only the top level file name was emitted to the debug information

Original discussion at Bug fix for debugging lines inside include files

Results are comparable on 32-bit and 64-bit and gdb appears to generate a meaningful backtrace.

@jayrm jayrm merged commit f697fba into freebasic:master Sep 9, 2018
@jayrm jayrm deleted the fbc-debug branch September 9, 2018 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants