Skip to content

Debugger does not work if Sketch name and folder are not equal #1190

@Stefterv

Description

@Stefterv

Most appropriate sub-area of Processing 4?

PDE

Processing version

4.4.4

Operating system

Linux/macOS

Bug description

https://discourse.processing.org/t/impossible-to-activate-debug-in-processing/46781/8

The reason … the folder and PDE file was not sharing the same name. When I renamed my PDE script with the same content folder it makes it works …

Steps to reproduce this

  1. Create and save a new example sketch
  2. Close the sketch
  3. Rename the folder
  4. Open sketch in Processing
  5. Say keep so that sketch name and folder name are no longer in sync
  6. Enable Debugger
  7. Create a breakpoint
  8. Observe breakpoint not working

snippet

// Paste your code below :)

void setup() {

}

void draw() {

}

Additional context

No response

Would you like to work on the issue?

No, I’m just reporting the issue

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is neededpdeProcessing Development Environment

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions