Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upStrange characters showing up when editing files in PDE #5848
Comments
|
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

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
Your Environment
Possible Causes / Solutions
Maybe it's some breakpoint deliminator?