Re: Eclipse Debug Wicket Problem

2008-01-22 Thread Andy Czerwonka
http://www.nabble.com/Source-not-found-in-debug-window-td14102828s177.html "Andy Czerwonka" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] For some reason, when I launch my tests in debug, Eclipse can't seem to attach my source properly. It can't highlight the current line. Has an

Re: Eclipse Debug Wicket Problem

2008-01-23 Thread OliZilla
I saw this in the the WicketBench eclipse plugin FAQ a while back: "Q: Debugging doesn't work right any more if the default editor is Wicket Editor. While debugging the line of code that is executed by a thread is not shown in the editor window anymore. A: Yes, this is a known bug. It is not pos

Re: Eclipse Debug Wicket Problem

2008-01-23 Thread Andy Czerwonka
Thanks. I found out the hard way - basically built my .metatdata from scratch and did a diff. Anyway, I removed it as my editor and all is good. For me though, it makes the WicketBench plugin useless. "OliZilla" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I saw this in the