Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Changing the workspace of eclipse
Changing the workspace of eclipse [message #1173260] Wed, 06 November 2013 11:52 Go to next message
Stas Ivanov is currently offline Stas IvanovFriend
Messages: 1
Registered: November 2013
Junior Member
Hello!

I have changed my workspace in eclipse from C:\Documents and Settings\%USERNAME%\workspace to C:\workspace to avoid some problems with spaces in future.

So after that my debugging is going wrong.
I have a simple project like :
public class asd {
	public static void main(String[] args) {
		System.out.println("asd");
	}
}


And my debugging going not only in my class, but also i see the execution of code in PrintStream.class Smile))))) I don't need this!!! Help plz!

  • Attachment: debug.PNG
    (Size: 80.76KB, Downloaded 139 times)
Re: Changing the workspace of eclipse [message #1173527 is a reply to message #1173260] Wed, 06 November 2013 15:32 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
It looks like you have issued a step into from the calling class. If you step into a class, the debugger will stop in that class. If you don't want to go into a method, use the step over command when in the calling class.
Previous Topic:Excel as a data source
Next Topic:Servise
Goto Forum:
  


Current Time: Fri Apr 19 23:25:13 GMT 2024

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

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

Back to the top