Questions tagged [vmdisconnectedexception]

3 questions
5
votes
1 answer

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…
FD_
  • 12,947
  • 4
  • 35
  • 62
0
votes
2 answers

JDI VMDisconnectedException

I am writing a debugger for a Java application using JDI. I run the debugee process using: '/usr/lib/jvm/jdk-8-oracle-x64/bin/java -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y -cp (...) program.entrypoint.Test' It's a very…
oskarm
  • 123
  • 3
  • 8
0
votes
0 answers

Error in blackberry [ VMDisconnected Error !!! ]

I am getting an error in eclipse bb as com.sun.jdi.VMDisconnectedException : Got iOException from Virtual machine I am trying to store a string in record store which is about 83k characters The definition gets passed into the function but instantly…