Re: Introduction to the NetBeans Community

2024-01-09 Thread Brad Walker
Welcome! -brad w. On Tue, Jan 9, 2024 at 11:09 AM Ashwin Temkar wrote: > Hello NetBeans Community, > > I trust this message finds you well. My name is Ashwin Temkar, and I'm > excited to become a part of the NetBeans community. I have recently started > contributing to the NetBeans project and

Introduction to the NetBeans Community

2024-01-09 Thread Ashwin Temkar
Hello NetBeans Community, I trust this message finds you well. My name is Ashwin Temkar, and I'm excited to become a part of the NetBeans community. I have recently started contributing to the NetBeans project and wanted to take a moment to introduce myself. GitHub: https://github.com/rothardo

RE: Variable display in debugger

2024-01-09 Thread John
Hi, Firstly, I believe the etiquette is to always use “Reply All” so that the rest of the group is aware of the thread progression. What if that's not there (as in debugging 3rd party code)? I haven’t used any third party code that isn’t the JVM or could access the source to and so I am not aware

RE: Variable display in debugger

2024-01-09 Thread John
Hi, I make use of the Debuggers ‘Variables’ tab and make the ‘String value: String representation of the value” column active. For some reason it is off by default. Then, for any complex class I ensure that the @Override public String toString() {} method is defined to publish all the details

Variable display in debugger

2024-01-09 Thread Admin @ Goodun
Can I get a view of an entire array while debugging php? I have an array of arrays, which means I have to drill down into each sub-array to actually see data. This is a problem in my large array (it has over 200 sub-arrays). So, is there a way to display, or cause to be displayed, such an array