I have now given a talk at both Oracle Code One and Devoxx Belgium on analyzing heaps programmatically. I will also be giving a new variant of Java2Days in a couple of weeks. The slides can be found here. In this blog entry, I summarize the presentation and provide starting code (on GitHub). Analyzing Java heapContinue reading “Exploring Java Heap Dumps”
Category Archives: NetBeans
Debugging AWS Lambda with NetBeans
In my JavaOne 2017 session on Node.js Development with NetBeans, my last demo showed how you can use Apache NetBeans to develop and debug locally AWS Lambda functions. If you aren’t familiar, AWS Lambda functions are a “Function as a Service” (FaaS). You write a block of code and upload it to AWS and itContinue reading “Debugging AWS Lambda with NetBeans”
You must be logged in to post a comment.