LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   jdb and jde with emacs ( name unknown) (https://www.linuxquestions.org/questions/linux-newbie-8/jdb-and-jde-with-emacs-name-unknown-856220/)

ramzaher 01-13-2011 09:28 PM

jdb and jde with emacs ( name unknown)
 
main[1] print myVariable

com.sun.tools.example.debug.expr.ParseException: Name unknown: myVariable

myVariable = null

Any guesses as to why this might be happening? I can place breakpoints like I'm used to, but I can't access the variables.

To

ntubski 01-14-2011 03:33 PM

Did you remember to compile with debugging information (-g)?


All times are GMT -5. The time now is 06:23 PM.