OOps, my fault, I was changing a file from another project, and the file was not recompiled on each run. Though it would be useful if IDEA could let us now that the class file and displayed source are out of sync
"Joachim Van der Auwera" <[EMAIL PROTECTED]> schreef in bericht aggt98$2sl$[EMAIL PROTECTED]">news:aggt98$2sl$[EMAIL PROTECTED]... > The debugger can do some strange things, in the following code > > ds.setDatabaseName(location); > /* > ds.setMinSize(3); > ds.setMaxSize(5); > ds.setBlockingTimeout(100); > ds.setIdleTimeout(1000); > ds.setPooling(true); > */ > pools.put(database,new Pool(ds,user,password)); > > I had a breakpoint on the first line, and was stepping through using F7. The > debugger also executed all the commented lines.... > > -- > Joachim Van der Auwera > CAB software, Nijlen > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
