


timeout - Timeout value before reconnecting, in milliseconds (default to 30000ms).an integer pid - Attach to the specified local process."$ - Use process picker to select a process to attach.args - The command line arguments passed to the program./path/to/Main.java - The file path of the main class./ - The fully qualified module name and class name.If not specified, the debugger automatically resolves the possible main class from current project. mainClass - The fully qualified name of the class containing the main method.Please also check the documentation of Language Support for Java by Red Hat if you have trouble setting up your project. Open a Java file to activate the extensions.Open a Java project (Maven/Gradle/Eclipse/Single Java file).
