vmdisconnectedexception

VMDisconnectedException while debugging Android App

独自空忆成欢 提交于 2021-02-07 14:53:32
问题 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

VMDisconnectedException while debugging Android App

核能气质少年 提交于 2021-02-07 14:52:48
问题 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

VMDisconnectedException while debugging Android App

强颜欢笑 提交于 2021-02-07 14:52:25
问题 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