Debugging issues in Liferay when nothing is printed in the logs can be challenging, but there are several strategies you can employ to identify and resolve the problem. Here are some steps to guide you through the debugging process: ### 1. Enable More Verbose Logging – Action: Adjust the logging level for specific packages or…… Continue reading How to debug Liferay when nothing is printed in logs and there is a problem? – ChatGPT & BARD Generated
Tag: Debugging
List of tools for debugging and profiling OpenJDK & Databases – BARD generated – Part 1
Here’s a list of tools you can use with OpenJDK for debugging and profiling, along with their key features and some visual examples: Debugging Tools: Java VisualVM:Built-in tool, included with OpenJDK. Monitors memory usage, CPU threads, and garbage collection. Profiles application performance. Captures and analyzes thread dumps. Java VisualVM screenshot: https://docs.oracle.com/javase/8/docs/technotes/guides/visualvm/ JDB (Java Debugger):Command-line debugger…… Continue reading List of tools for debugging and profiling OpenJDK & Databases – BARD generated – Part 1