Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Device Debugging » Error while debugging
Error while debugging [message #587345] Fri, 16 February 2007 01:01
Sandesh is currently offline SandeshFriend
Messages: 2
Registered: July 2009
Junior Member
	

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);
 



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,....!!
Previous Topic:Eclipse developers group Cambridge (UK)
Next Topic:Error while debugging
Goto Forum:
  


Current Time: Fri Apr 26 07:22:10 GMT 2024

Powered by FUDForum. Page generated in 0.02592 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top