You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to do proper debugging and improve testing, it is necessary to include examples that can be executed from within the IDE. This means implementing a Java class extending PApplet with a main() method: public class SketchLaunchControl extends PApplet
This can executed from a debug session from IntelliJ, with dependencies across modules, and improve testability.
The text was updated successfully, but these errors were encountered:
In order to do proper debugging and improve testing, it is necessary to include examples that can be executed from within the IDE. This means implementing a Java class extending
PApplet
with amain()
method:public class SketchLaunchControl extends PApplet
This can executed from a debug session from IntelliJ, with dependencies across modules, and improve testability.
The text was updated successfully, but these errors were encountered: