pretty simple... but am pretty dumb

Below is a preview of how your message will look. You must click on the "Post" button to submit your message. If you need to make changes, click the "Go Back/Edit" button.

Pretty simple.. but am pretty dumb..

msarqe3 Jan 14, 2006 1:01 PM

Hi ..

am trying to learn how to use the debugger attached with the net beans, and there is this tutorial that am following on this link..

http://www.netbeans.org/kb/41/using-netbeans/debug.html

so i downloaded the file they have..

tried to debug it.. however, according to the insturctions am supposed to get this error

java.lang.NullPointerException

at arrayfill.ArrayFill.loadNames(arrayFill.java:27)

at arrayfill.ArrayFill.main(ArrayFill.java:34)

Exception in thread "main"

Java Result: 1

--

but wut am getting is: (notice the Uknown Source) between the paranthesis

Exception in thread "main"

java.lang.NullPointerException

at arrayfill.ArrayFill.loadNames(Unknown Source)

at arrayfill.ArrayFill.main(Unknown Source)

Java Result: 1

so when i debug it says...

compiled without debug info. <<<< wut the hell is that...

note: i've chosen the source files from "sources" window if this matters..

so.. Pls help with that..

i can't do any debugging to my programs....

[1369 byte] By [msarqe3a] at [2007-10-2 9:41:51]
# 1
You will probably get a better response if you post this question to the User Mailing List at the NetBeans website.
ChuckBinga at 2007-7-16 23:47:38 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...