facebook

Can I put breakpoints in a JSP with JSTL code?

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #291350 Reply

    jjaleel
    Member

    Hi all,
    I have a JSP with JSTL code as follows…

    <c:forEach items="${inputFileList}" var="infile">
                       
                        <tbody>
                            <tr>
                                <td align="left" width="25%">
                                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                        <tr>
                                            <td height="20" valign="top" class="text_bg_row_even_view">

    I would like to see the value in my collection called inputFileList. Is there any way I can put a breakpoint next to the JSTL c:forEach.

    I am running myEclipse 5.5 and right now it is not letting me do it. I right click on the grey bar and select “Toggle Breakpoints” and the breakpoint does not appear.

    Thanks for any help.

    #291362 Reply

    Loyal Water
    Member

    I’m afraid we don’t support adding break points to JSTL code when debugging. Sorry about that.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Can I put breakpoints in a JSP with JSTL code?

You must be logged in to post in the forum log in