Hi, > I needed the variable values, > which were not showing up in Netbeans 7 when it was pointed at the -sources > jar (which I asked Netbeans to download, which it did successfully).
OK, in that case the easiest solution is probably to compile H2 yourself in the IDE. The default H2 jar file includes line number debug info, this is very helpful when analyzing exception stack traces, or when profiling. I don't want to include variable debug info in the default jar files, and providing additional jar files or build options would confuse people more than help... Only very few people want to debug the database engine itself, and those who do can compile H2 themselves in the IDE, I think that's not too much to ask. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
