java stack dump on windows -
I have a java process running in the standard windows command window. I mean i have run CMD and type in java-jerper Have done ...
I probably need to be able to get a full stack dump of all the threads.
i Remember that under Linux, you can send a message to JMM via an option on the command.
In the state of the sun
To generate stack trace on Windows 95, or Windows NT platforms, enter the key sequence in the window where the Java program is running, or Click the Close button on the window.
This is clearly wrong, because there is nothing to stop the terminal, kill the process and close the window.
typing Ctrl + brake on Windows one The correct way to generate thread dumps is
Are you suppressing Ctrl + c (= blocking)? This will send a SIGINT, which will usually kill your process.
Comments
Post a Comment