A simple tip for newbies - how to get Java stack trace, the invaluable tool to debug java programs, in Linux: Un petit conseil pour les débutants - Comment obtenir Java trace de la pile, le précieux outil pour déboguer des programmes Java, sous Linux:
- Type the Ctrl key followed by \, in short Ctrl \ . -- Type de la touche Ctrl suivie par \, c'est-à-Ctrl \.

I just used it to debug a persistent problem where a server process which automatically fetches data from a third-party site was inexplicably hanging. Je viens de utilisé pour déboguer un problème persistant où le processus du serveur qui récupère automatiquement les données d'un site tiers est inexplicablement pendaison.

All of us who used Ctrl-Break on windows for a stack trace, like myself will find this non-intuitive. Chacun d'entre nous qui utilisé Ctrl-Break sur les fenêtres pour une trace de la pile, comme moi-même trouverez ce non-intuitive. It took me some time and googling to figure this out, so I decided to (document) blog it once and for all. Il m'a fallu un certain temps et googling à ce chiffre, alors j'ai décidé d'(document) blog elle une fois pour toutes.