You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2003/10/08 21:55:13 UTC

[SUMMARY] How-to debug cocoon with eclipse

Thank you Upayavira. It works.

Antonio Gallardo

Upayavira dijo:
> Antonio Gallardo wrote:
>>Desafortunately, we dont know how to start cocoon in debug mode under
>> eclipse. If someone can write a doc about this, please do it. This will
>> for sure help us in finding where the bug is.
>
> Start Cocoon with cocoon  servlet-debug (instead of just cocoon servlet)
>
> Then, in eclipse, select run/debug...
> Click remove java application, then new at the bottom.
> Select your cocoon project. Click apply/debug.
>
> Set a breakpoint in your code. Request a page with your browser from
> port 8888, and you should see eclipse catch the breakpoint.
>
> Upayavira




Re: [SUMMARY] How-to debug cocoon with eclipse

Posted by Upayavira <uv...@upaya.co.uk>.
Great.

Antonio Gallardo wrote:

>Thank you Upayavira. It works.
>
>Antonio Gallardo
>
>Upayavira dijo:
>  
>
>>Antonio Gallardo wrote:
>>    
>>
>>>Desafortunately, we dont know how to start cocoon in debug mode under
>>>eclipse. If someone can write a doc about this, please do it. This will
>>>for sure help us in finding where the bug is.
>>>      
>>>
>>Start Cocoon with cocoon  servlet-debug (instead of just cocoon servlet)
>>
>>Then, in eclipse, select run/debug...
>>Click remove java application, then new at the bottom.
>>Select your cocoon project. Click apply/debug.
>>
>>Set a breakpoint in your code. Request a page with your browser from
>>port 8888, and you should see eclipse catch the breakpoint.
>>
>>Upayavira
>>    
>>
>
>
>
>
>  
>