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
The method getOutputBuffer() isn't available in org.eclipse.debug.core.model.IPHPDebugTarget anymore. This results in the following error:
java.lang.NoSuchMethodError: org.eclipse.php.internal.debug.core.model.IPHPDebugTarget.getOutputBuffer()Lorg/eclipse/php/internal/debug/core/model/DebugOutput;
at com.piece_framework.makegood.launch.MakeGoodLaunch.getStreamOutput(MakeGoodLaunch.java:69)
This happens when I enable "Debug Test". As a result exiting the test session fails so I have to restart Eclipse to use MakeGood again.
I'm using Kepler Service Release 2 with PDT 3.3.2.201412021413
The text was updated successfully, but these errors were encountered:
The method getOutputBuffer() isn't available in org.eclipse.debug.core.model.IPHPDebugTarget anymore. This results in the following error:
java.lang.NoSuchMethodError: org.eclipse.php.internal.debug.core.model.IPHPDebugTarget.getOutputBuffer()Lorg/eclipse/php/internal/debug/core/model/DebugOutput;
at com.piece_framework.makegood.launch.MakeGoodLaunch.getStreamOutput(MakeGoodLaunch.java:69)
This happens when I enable "Debug Test". As a result exiting the test session fails so I have to restart Eclipse to use MakeGood again.
I'm using Kepler Service Release 2 with PDT 3.3.2.201412021413
The text was updated successfully, but these errors were encountered: