I'm debugging a unit test and would like to query my in-memory database 
while the debugger (IntelliJ IDEA, in case it matters) is stopped at a 
breakpoint.  Before I hit the breakpoint, I start my web server with

Server.createWebServer("-web", "-webAllowOthers", "-webPort", "8082", 
"-webDaemon").start();

When I attempt to connect, the connection hangs until I tell the debugger 
to step to the next line.  Is this known behavior, or something that's 
wrong with my setup?  I figured that if I'm running the H2 server in daemon 
mode, it shouldn't matter if my main thread is suspended.  The TCP server 
has the same behavior.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to