AvinZarlez / processing-vscode

A Visual Studio Code extension for the programming language Processing
https://marketplace.visualstudio.com/items?itemName=Tobiah.language-pde
MIT License
177 stars 25 forks source link

Processing Extension replace default java. Where Processing Debugger? #58

Closed SupinePandora43 closed 5 years ago

SupinePandora43 commented 5 years ago

i update java extensions(official pack), and now debugging with Processing Extension for java debug not work!!! why extension add .pde how java file? and rename java language to Processing?!?!?!?!?why?! and where Processing Debugger?!

AvinZarlez commented 5 years ago

This extension is not a debugger. I'm not sure your problem?

You have a different debugger that doesn't work because of this language extension? Is this problem when you are debugging .pde files or java files? I need you to explain your problem a bit better.

SupinePandora43 commented 5 years ago

i can't normally debug java code, while Processing extension is enabled! with enabled Processing extension debug breakpoints in java, not placed!

AvinZarlez commented 5 years ago

I think I understand this bug and why it is. I'll try and fix it as soon as I can. I think it'll be an easy fix so it shouldn't take me too long.

AvinZarlez commented 5 years ago

I should have fixed this in v1.2.4 / #60

Let me know if you still have any issues or the fix worked.