We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e56e281 + 8f418a2 commit c570b6dCopy full SHA for c570b6d
java/src/processing/mode/java/debug/LineBreakpoint.java
@@ -207,8 +207,8 @@ public String toString() {
207
*/
208
protected String className() {
209
if (line.fileName().endsWith(".pde")) {
210
- // standard tab
211
- return dbg.getEditor().getSketch().getName();
+ // pure pde tab
+ return line.fileName().substring(0, line.fileName().lastIndexOf(".pde"));
212
}
213
214
if (line.fileName().endsWith(".java")) {
0 commit comments