[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2020-05-01 Thread Manikantan Narender Nath (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097192#comment-17097192
 ] 

Manikantan Narender Nath commented on NETBEANS-1401:


Works as expected with
*Product Version:* Apache NetBeans IDE 12.0-beta3

*Java:* 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10

*Runtime:* OpenJDK Runtime Environment 11.0.6+10

*System:* Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Critical
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2019-02-13 Thread Aldo Brucale (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16767092#comment-16767092
 ] 

Aldo Brucale commented on NETBEANS-1401:


Sorry, but the latest build (incubator-netbeans-linux-1011-on-20190213) still 
behaves like nb10.0. 

I forgot to mention that even if the "Sources" tab gets populated when I 
"attach sources", the debugger still doesn't stop on breakpoints.

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Critical
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



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

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

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



[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2018-11-08 Thread Aldo Brucale (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16679661#comment-16679661
 ] 

Aldo Brucale commented on NETBEANS-1401:


I think it depends on modularization: when I invoke the "attach sources" action 
for a decompiled jdk source (reached from the editor via ctrl-click) and I add 
the same src.zip which I had set in Java Platform Manager, multiple entries are 
created, (e.g. "jdk.security.auth/ in /usr/lib/jvm/openjdk-11/lib/src.zip").

In subsequent debug sessions, the "Sources" tab is populated whith the 
corresponding entries, e.g. 
"/usr/lib/jvm/openjdk-11/lib/src.zip!/jdk.security.auth". The correct entries 
are now also listed in "Java Platform Manager".

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Major
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



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

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

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



[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2018-10-30 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16668585#comment-16668585
 ] 

Geertjan Wielenga commented on NETBEANS-1401:
-

Also try earlier JDKs, to see if that works, i.e., whether it is JDK 11 
specific.

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Major
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



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

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

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



[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2018-10-30 Thread Aldo Brucale (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16668581#comment-16668581
 ] 

Aldo Brucale commented on NETBEANS-1401:


I don't think it depends on the Ubuntu .deb packaging... I'll try again 
downloading the openjdk and sources from jdk.java.net.

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Major
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



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

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

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



[jira] [Commented] (NETBEANS-1401) Run into jdk method not working

2018-10-30 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16668489#comment-16668489
 ] 

Geertjan Wielenga commented on NETBEANS-1401:
-

Well, let's wait until you can try this with the official Open JDK 11 package.

> Run into jdk method not working
> ---
>
> Key: NETBEANS-1401
> URL: https://issues.apache.org/jira/browse/NETBEANS-1401
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0
> Environment: Ubuntu 18.04
>Reporter: Aldo Brucale
>Priority: Major
>
> I'm running [this test 
> case|http://netbeans-vm.apache.org/synergy/client/app/#/case/980/suite/1635/v/1]
>  on Ubuntu 18.04 with openjdk 11 and the debugger does not enter the jdk 
> sources.
> I have installed the jdk and sources from this ppa 
> [https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa] because the official 
> openjdk-11-jdk package still installs Java 10.



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

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

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