DebugMode icon indicating copy to clipboard operation
DebugMode copied to clipboard

Debugger for the Processing Development Environment

Results 4 DebugMode issues
Sort by recently updated
recently updated
newest added

I'm running processing 2.2.1 with 0.7.2 (for processing 2.0). I set a break point, but the debuger seems to blow right past it.

Exception in thread "AWT-EventQueue-0" com.sun.jdi.VMDisconnectedException: Got IOException from Virtual Machine at org.eclipse.jdi.internal.connect.PacketSendManager.sendPacket(PacketSendManager.java:89) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:186) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:226) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:242) at org.eclipse.jdi.internal.StringReferenceImpl.value(StringReferenceImpl.java:56) at com.martinleopold.mode.debug.VariableNode.getStringValue(Unknown Source) at com.martinleopold.mode.debug.VariableInspector$ValueCellRenderer.getTableCellRendererComponent(Unknown Source) at javax.swing.JTable.prepareRenderer(JTable.java:5714) at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2072)...

After a few steps in a a sketch, it often happens that the step into command doesn't work. In the same program, it generally works the first times I use...

Thanks a lot for this work !! I appreciate it very much and my pupils will appreciate it too. I would like icons for step into and step out commands....