VMDisconnectedException while debugging Android App
问题 I am debugging my Android app by having it stop at a breakpoint. Indeed, execution stops at the breakpoint, but once I step over one step, then step into, the problems start: Instead of stepping into the function, the debugger seems to perform a step over, just highlighting the next line. When I then press step over, a message box pops up with one of the following messages: com.sun.jdi.VMDisconnectedException: Got IOException from Virtual Machine occurred creating step request. or org.eclipse