Top "Jdb" questions

Break when a variable is assigned some value

I want jdb (which I'm using via the Eclipse debugger) to break when a variable is assigned some value. I'm …

java eclipse debugging jdb
"Failed to attach to the remote VM" connecting jdb to the android emulator on Windows

I’ve been trying to connect jdb to the android emulator for a little while, and have been met repeatedly …

java windows debugging android-emulator jdb
Use a jar with source as source for jdb?

I have a executable jar with source compiled in and I want to debug it using jdb (no other debugger …

java debugging jdb
How do attach to a remote Java debugger using Visual Studio Code

I am trying to configure Visual Studio Code so that I can use it instead of IJ for debugging a …

java visual-studio-code jdb
debugging android app with "jdb -attach" (or jswat)

I'm having troubles with using a stand-alone java debugger with android apps on emulator. Apparently, any remote-capable java debugger such …

debugging android-emulator jdb
Android development : ddms from command line not seeing devices

=============================== *SOLVED * : see answer below I dont want to use Eclipse. From the command line: An emulator is running. adb server …

android eclipse adb jdb ddms