[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.dsdp.dd] Error while debugging


[code]

public static void main(String[] args) throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.InterruptedException {


fileName = new String(args[args.length-1]);


   // set up the parser and scanner with the appropriate file
   // name

   FileReader aslFile = new FileReader(fileName);
   NolifeScanner scanner = new NolifeScanner(aslFile);
   NolifeParser parser = new NolifeParser(scanner);

[/code]


hi all,

I am debugging a java program in Eclipse 3.2.1 in debug perspective.


When I'm just running the program it's fine. But when I'm launching the debugger, and trying to step into the NoLifeParser() it stops and shows me the error message like this:


ClassLoader.class

Source not found
The source attachment does not contain the source for the ClassLoader.class
You can change the source attachment by clicking Change Attached Source below:


BUTTON

and then the source code for ClassLoader class.

Please help, I'm struggling =(
Thanks in advance,....!!