You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Vano Beridze (JIRA)" <ji...@apache.org> on 2019/03/10 10:27:00 UTC

[jira] [Created] (NETBEANS-2233) Step Into does not work from Servlet To EJB

Vano Beridze created NETBEANS-2233:
--------------------------------------

             Summary: Step Into does not work from Servlet To EJB
                 Key: NETBEANS-2233
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2233
             Project: NetBeans
          Issue Type: Bug
          Components: debugger - Java
    Affects Versions: 11.0
            Reporter: Vano Beridze


# Create New Enterprise Application With One EJB Module and One WebApp
 # Create Some business method in EJB Module
 # Inject EJB usin @EJB annotation in Servlet
 # Set BreakPoint in the Servlet at the line that invokes EJB Module
 # Invoke Servlet. When breakpoint is reached Press F7 (Step into)

NetBeans does not step into business method. If you set the breakpoint in the business method, then it works.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists