Link to home
Start Free TrialLog in
Avatar of KPax
KPax

asked on

eclipse debug jspwriter output

Recently I send a lot of time debugging other people's code, and a lot of it is using obsolete servlets etc.
What bothers me the most is how can I watch the progress of filling buffer for jspwriter before it is actually flushed out?
The problem is that in those servlets not only HTML and JSP are created but JavaScript as well and quite often I have to catch where is error.
Any ideas or suggestions how should I do this?
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KPax
KPax

ASKER

OK, I haven't done that before, but I will try. Do you have anything more to suggest?
It is abstraction of output buffer that you should not even try to control.... Just let it be.