Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc for 23.0.12 #480

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/images/maven-DebugConfigsDialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/maven-DebuggerAttachedToJVMBreakpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/maven-attachingDebuggerToJVM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/maven-debugSourceLookupTab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This guide provides detailed instructions on how to use Liberty Tools for the Ec
| 23.0.6 | 2023-03 - Eclipse v4.27 |
| 23.0.7 | 2023-03 - Eclipse v4.27 |
| 23.0.9 | 2023-06 - Eclipse v4.28 |
| 23.0.12 | 2023-09 - Eclipse v4.29 |

**NOTE:** Tested with each of the `Eclipse IDE for Enterprise Java and Web Developers` and `Eclipse IDE for Java Developers` packages

Expand Down Expand Up @@ -227,13 +228,13 @@ If you select the **Liberty Start...** launch shortcut action, the Debug Configu

![Debug Configurations Dialog](images/maven-DebugConfigsDialog.png)

When you finish with the customizations, click the **Debug** button to launch dev mode and attach the debugger.
Under the `Source` tab you can also customize the source lookup locations for your debug session. By default, the source for the running project as well as any dependency projects that exist within the workspace are added. You can add additional source lookup locations by clicking the `Add` button.

![Debugger Attached](images/maven-DebuggerAttachedToJVMBreakpoint.png)
![Debug Configurations Dialog](images/maven-debugSourceLookupTab.png)

When the debugger is attached to the Liberty server JVM, a `Remote Java Application` configuration is created (or updated) and reflects the debug port number the JVM is listening on.
When you finish with the customizations, click the **Debug** button to launch dev mode and attach the debugger.

![Debug As launch shortcuts](images/maven-RemoteJavaApplicationConfiguration.png)
![Debugger Attached](images/maven-DebuggerAttachedToJVMBreakpoint.png)

## Manually adding the Liberty nature to a project

Expand Down
Loading