Skip to content

Debugger continues to work despite Sketch name and folder name are not equal #1197

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

awood0727
Copy link

@awood0727 awood0727 commented Aug 5, 2025

Resolves

This PR resolves #1190

Changes

  • Modified line 211 in java/src/processing/mode/java/debug/LineBreakpoint.java to allow .pde files to return its filename
  • Inserted a new function in java/src/processing/mode/java/debug/Debugger.java to check and translate PDE files if they are mismatched with their folder.

Tests

  • We ran ./gradlew test, built successfully.
  • Ran ./gradlew run, built IDE successfully.
  • Tested the debugger to notice any change in its behavior.

Screenshots

Before Implementation

image

After Implementation

1190 issue solution

Signed-off-by: Amante' Woodley <[email protected]>

Co-authored-by: Nia Perez <[email protected]>
Co-authored-by: Kayla Bobo <[email protected]>
Co-authored-by: Silas Morgan <[email protected]>
@SableRaf SableRaf requested a review from Stefterv August 5, 2025 17:54
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.

Debugger does not work if Sketch name and folder are not equal
1 participant