- This topic has 2 replies, 1 voice, and was last updated 21 years ago by
dom.
-
AuthorPosts
-
domMemberMy console view will display output but only up to 16 lines of it. Any more is ‘out of range’ if I use the right click go to line x option. How can I remove the line limit? I know it is possible because it was not always like this but now I cannot reconfigure! I thought it would be in the window>preferences>debug>console option but apparently not. Any help really appreciated!
Dom.
July 9, 2004 at 7:32 am #209582
domMemberAnd here’s all the info I should have supplied above!!
What operating system and version are you running? – Win XP Pro 2002 SP 1
What Eclipse version and build id are you using? (Help > About Eclipse Platform) – Version: 2.1.1
Build id: 200306271545– Was Eclipse freshly installed for MyEclipse? – Yes
– Are any other external plugins installed? – No
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* – 7 of those.
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) – 2.1.1
What JDK version are you using to run Eclipse? (java -version) – 1.4.2_03
What JDK version are you using to launch your application server? – Running my App as at the JVM
What steps did you take that resulted in the issue? System.out.println(“some output here…”); in the code of this app should display past line 16 in the console view but is not displayed after the app is run due to the line limit.
What application server are you using? – None – JVM – Although Tomcat5 is configured for other JSP’s I have elsewhere – however it is not being used in this instance.
Hope this helps!!
Dom.
July 9, 2004 at 8:15 am #209583
domMemberHi – Think this is a bit of a red herring – my app i think was stuck in a loop so the output had finished – hence the go to line limit – even though it was still executing…….oops!!
Dom.
-
AuthorPosts