how to view debugging in eclipse - eclipse

When I debug in eclipse the debug window show lots of files. If I hit F6 again and again but dont actually know what is happening.
What am I doing wrong? Can anyone help me find a good tutorial?

This should help:
http://www.ibm.com/developerworks/library/os-ecbug/

Hopefully this tutorial will help you: http://www.vogella.de/articles/EclipseDebugging/article.html - it's pretty straightforward.

Some more additional information on debugging using eclipse:
http://www.developer.com/java/other/article.php/2221711/Debugging-a-Java-Program-with-Eclipse.htm

Related

shortcut for System.out.print() in Eclipse

Does Eclipse have a short cut for System.out.print() ?
I keep seeing crtl+space but this gives System.out.println() and its annoying to delete that ln part. I know its petty but iv needed to do it alot so it might be useful to know.
I tried googling it but it only gives ctrl+space and does not go into the specifics. Thank you.
I imagine you must be using an older version of Eclipse. I'm pretty sure "sysout" is installed by default. This is what I see (at the page #howlger mentions):

Eclipse cdt debugger only step through dessembly code and not my own

Recently I asked a question and one of the guys here really tore into me about not using a debugger. Someone else was nice and suggested Visual Studio C++. I have been trying to work with it and it was really nice until I tried more complex code.
So I decided to try eclipse since that is the IDE I prefer. I got through the missing .gde file problem.
Now the debugger opens but It is only debugging assembly code files. This does me no good if it is not stepping through my own code.
It does not even get to my breakpoints or my code.
It don't help me to step through code I didn't write.
I really hope someone can help with this.
So the question is simple :
How to get Eclipse CDT to Debug my code I write and to stop and recognize breakpoints???
Below pic is what I am getting.
I finally just went with Visual studio, not my choice but it work better than the others for a debugger.

Scala Play and IntelliJ support for routes file

As the title says, I can't figure out how to make IntelliJ support routes file.
In the image below routes are red-coloured and under ctrl+space there is no prompt with available controllers' methods
How to enable it? I've searched whole google and nothing helped me. Any ideas?
Thanks in advance!
I have figured out the answer. Here is the bug ticket: https://youtrack.jetbrains.com/issue/SCL-8812
And for now the solution is to add # before controllers.Application.index
GET / #controllers.Application.index
And then everything is prompted and works well

Tuareg mode: «Buffer x.ml has no process»

I’m quite new to tuareg-mode so I don’t know how to fix «Buffer x.ml has no process» problem. As far as I can see it skips syntax checks, etc. because of this. I don’t do anything but just opening my x.ml file which loads tuareg. Thanks in advance for any suggestion!
This is error message of merlin mode.
Install and set up merlin.
Thanks #ivg

I can't edit a java package in eclipse

There used to be a window where I could just type the code, but then I miss-clicked and now there is a blank window and I can't type anything in there. Please help. I know it's a noob mistake, but i am a noob xD
I would post a screen shot but apparently I don't have enough reputation. I've tried changing perspective. That does nothing, i've tried re-instaling, that also does nothing. Please, I really need some help here