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

Strange characters showing up when editing files in PDE #5848

Open
nielmistry opened this issue Apr 26, 2019 · 1 comment
Open

Strange characters showing up when editing files in PDE #5848

nielmistry opened this issue Apr 26, 2019 · 1 comment

Comments

@nielmistry
Copy link

@nielmistry nielmistry commented Apr 26, 2019

Description

Sporadically in our code files, there are weird "//<>//" strings appearing at random places. They seem to collect at the top of files, but also randomly around the code.
image

Expected Behavior

When editing in the PDE, there shouldn't be sporadic //<>// around in the code. It really affects our Git commits.

Current Behavior

Sporadic //<>// strings all around the code just randomly appear when editing with the PDE.

Steps to Reproduce

  1. Use PDE with multiple class files
  2. Also use other editor - not sure if this affects anything.

Your Environment

  • Processing version: Processing 3.5.3
  • Operating System and OS version: Windows 10 v1803 / MacOS Mojave 10.14.4
  • Other information:

Possible Causes / Solutions

Maybe it's some breakpoint deliminator?

@dzaima
Copy link

@dzaima dzaima commented Apr 26, 2019

This has been annoying me for a while, so finally decided to check that out. Seems it's the way Processing stores the positions of the breakpoints marked while in debugger mode. So nothing can probably be done about it without completely changing how breakpoints work.

Multiple instances of //<>// appear when lines with breakpoints are merged, which probably should be fixed though, as then the extra markers are visible in Processing upon restart.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.