Hi,
I'm trying to debug an app and I'm having trouble setting a
breakpoint. Each time I set
a breakpoint I get the following error:
No code at line ###, or class is optimized.
I am compiling with -g option.
Any Ideas?
emacs version 20.5.1
JDE version 2.1.5
customize settings below....
(custom-set-variables
'(show-paren-style (quote mixed))
'(kill-whole-line t)
'(jde-compile-option-command-line-args "-g -d
w:\\apc-cc-sw6\\onms\\gui\\obj")
'(jde-project-file-name "jde-prj.el")
'(jde-run-application-class "OpticalManage")
'(tags-add-tables (quote ask-user))
'(jde-db-option-classpath nil)
'(jde-build-use-make t)
'(jde-run-read-app-args t)
'(jde-db-source-directories (quote ("w:\\apc-cc-sw6\\onms\\gui\\src\\"
"w:\\apc-cc-sw6\\onms\\core\\src\\")))
'(jde-db-set-initial-breakpoint t)
'(jde-make-program "clearmake")
'(jde-jdk-doc-url "d:\\Swing-1.1.1\\doc\\api\\index.html")
'(auto-save-list-file-prefix "~/emacsrc/saves-")
'(jde-run-working-directory "w:\\apc-cc-sw6\\onms\\gui\\src")
'(jde-global-classpath (quote ("w:\\apc-cc-sw6\\onms\\gui\\src"
"w:\\apc-cc-sw6\\onms\\gui\\obj" "c:\\jdk1.1.8" "c:\\jdk1.1.8\\bin"
"c:\\jdk1.1.8\\lib" "c:\\jdk1.1.8\\lib\\classes.zip"
"c:\\jdk1.1.8/Swing-1.1.1-beta2/swingall.jar"
"w:\\apc-cc-sw6\\onms\\external"
"w:\\apc-cc-sw6\\onms\\external\\AdventNetSnmp.jar"
"w:\\apc-cc-sw6\\onms\\external\\OrbixWeb3100.jar"
"w:\\apc-cc-sw6\\onms\\external\\swingall.jar"
"w:\\apc-cc-sw6\\onms\\external\\classes111.zip"
"w:\\apc-cc-sw6\\onms\\snmp\\snmppkg\\obj"
"w:\\apc-cc-sw6\\onms\\corba\\java_output" "w:\\apc-cc-sw6\\onms\\core\\obj"
"w:\\apc-cc-sw6\\onms\\corba\\CorbaClient\\obj"
"w:\\apc-cc-sw6\\onms\\db\\obj")))
'(jde-enable-abbrev-mode t)
'(show-paren-ring-bell-on-mismatch t)
'(custom-file "~/emacsrc/emacs-options")
'(global-font-lock-mode t nil (font-lock))
'(jde-mode-abbreviations (quote (("ab" . "abstract") ("bo" . "boolean")
("br" . "break") ("by" . "byte") ("byv" . "byvalue") ("cas" . "cast") ("ca"
. "catch") ("ch" . "char") ("cl" . "class") ("co" . "const") ("con" .
"continue") ("de" . "default") ("dou" . "double") ("el" . "else") ("ex" .
"extends") ("fa" . "false") ("fi" . "final") ("fin" . "finally") ("fl" .
"float") ("fo" . "for") ("fu" . "future") ("ge" . "generic") ("go" . "goto")
("impl" . "implements") ("impo" . "import") ("ins" . "instanceof") ("in" .
"int") ("inte" . "interface") ("lo" . "long") ("na" . "native") ("ne" .
"new") ("nu" . "null") ("pa" . "package") ("pri" . "private") ("pro" .
"protected") ("pu" . "public") ("re" . "return") ("sh" . "short") ("st" .
"static") ("su" . "super") ("sw" . "switch") ("sy" . "synchronized") ("th" .
"this") ("thr" . "throw") ("throw" . "throws") ("tra" . "transient") ("tr" .
"true") ("vo" . "void") ("vol" . "volatile") ("wh" . "while") ("topo" .
"TopologObject") ("println" . "System.out.println"))))
'(pc-selection-mode t nil (pc-select))
'(jde-make-args "all")
'(font-lock-global-modes t))
(custom-set-faces
'(default ((t nil)))
'(custom-variable-tag-face ((t (:bold nil :underline t :foreground
"orange"))))
'(speedbar-button-face ((t (:inverse-video nil))))
'(custom-button-face ((t (:bold nil :foreground "lightblue"))) t)
'(font-lock-comment-face ((((class color) (background light)) (:foreground
"gray"))))
'(custom-group-tag-face ((t (:bold nil :underline t :foreground
"orange"))))
'(region ((t (:foreground "black" :background "gray"))))
'(font-lock-keyword-face ((t (:bold t :foreground "yellow3"))))
'(custom-state-face ((t (:foreground "lightgreen"))))
'(font-lock-constant-face ((t (:bold t :foreground "yellow4"))))
'(speedbar-highlight-face ((t (:foreground "black" :background
"cadetblue"))))
'(widget-field-face ((t (:foreground "black" :background "gray85"))))
'(widget-single-line-field-face ((t (:foreground "black" :background
"gray85"))))
'(custom-documentation-face ((t nil)) t)
'(font-lock-type-face ((t (:foreground "cadetblue"))))
'(modeline ((t (:inverse-video t :foreground "gray" :background "black"))))
'(highlight ((t (:foreground "black" :background "darkseagreen2"))))
'(show-paren-match-face ((((class color)) (:background "orange"))))
'(font-lock-variable-name-face ((t (:foreground "cadetblue"))))
'(font-lock-function-name-face ((t (:bold t :foreground "green3"))))
'(widget-button-face ((t (:bold t :underline nil :inverse-video nil))))
'(secondary-selection ((t (:foreground "black" :background
"paleturquoise"))))
'(speedbar-selected-face ((t (:underline t :inverse-video t)))))