jdb
What is "bci" while debugging in jdb?
While debugging with jdb on the command line, it shows me a status line after each step that looks like this:[详细]
2023-04-11 02:17 分类:问答Debugging with jdb
Trying to figure out my way around Sphinx 4 (the CMU speech recognition engine in Java), I tried to use a demo included with the distribution by altering it to what I wanted it to do (the name of the[详细]
2023-04-03 12:08 分类:问答Ensime debug with jdb not loading project classes
I\'m using Ensime for an sbt project. When I run ensime-db-start in a unit test under src/test/scala/<pkg>.../Myclass.scala I cannot set a breakpoint and then I immediately get a ClassNotFoundEx[详细]
2023-03-31 00:44 分类:问答Facing Issue with JDB - Breakpoint not being hit
I have the following piece of code: void func() { try { f1() } finally() { if (resource != null) resource.close();[详细]
2023-03-20 05:01 分类:问答How do you run DDD for Java?
I was following this tutorial here and got a popup that says \"cannot access class test\" after I typed in[详细]
2023-02-24 09:03 分类:问答Blackberry debugging on Linux via bjdwp
I\'ve gone down the long road of using Linux for Blackberry development. Currently that means: bb-ant-tools - for building[详细]
2023-02-13 02:01 分类:问答Inspect the return value of a method in jdb
Suppose in jdb I am at the following spot in the code: return 22; -->} How do I dump the value of the object (or primitive) that is going to be returned? It seems like a pain to have to store[详细]
2023-02-09 11:54 分类:问答jdb and jde with emacs ( name unknown)
main[1] print myVariable com.sun.tools.example.debug.expr.ParseException: Name unknown: myVariable myVariable = null[详细]
2023-02-04 12:31 分类:问答Debugging Java projects where a .jar file contains the main method
For a class exercise on game trees, I have to write code that works with a .j开发者_如何学JAVAar file. I haven\'t used Java in this way before. My Eclipse project tree looks like this:[详细]
2023-01-26 15:22 分类:问答Android app debugging with command line jdb
I\'m configuring emacs to debug android apps. My problem is since I\'m attaching jdb to DDMS I cannot set proper classpath (jdb just won\'t start when I try to set -classpath and -attachtogether). So[详细]
2023-01-24 09:49 分类:问答