A simple tip for newbies - how to get Java stack trace, the invaluable tool to debug java programs, in Linux: Un semplice suggerimento per neofiti - come arrivarci Java stack trace, il prezioso strumento di eseguire il debug di programmi Java, Linux:
- Type the Ctrl key followed by \, in short Ctrl \ . -- Tipo il tasto Ctrl seguito da \, in breve 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. Ho appena usato di eseguire il debug di un problema persistente in cui un processo server che scarica automaticamente i dati da un sito di terze parti è stato inspiegabilmente impiccagione.

All of us who used Ctrl-Break on windows for a stack trace, like myself will find this non-intuitive. Tutti noi che usate Ctrl-Break a finestre per una pila traccia, come me troverà questo non intuitivo. It took me some time and googling to figure this out, so I decided to (document) blog it once and for all. Mi ci sono voluti un po 'di tempo e googling a questa cifra, così ho deciso di (documento) blog una volta per tutte.