You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/05/15 10:43:21 UTC

[GitHub] [netbeans] JaroslavTulach opened a new pull request #1252: Separate Truffle source caches between multiple debugging sessions.

JaroslavTulach opened a new pull request #1252: Separate Truffle source caches between multiple debugging sessions.
URL: https://github.com/apache/netbeans/pull/1252
 
 
   Separate Truffle source caches between multiple runs of the JPDA debugger.
   
   When debugging Truffle script that is changing (after restarting the debugee process), the debugger doesn't reflect the code change and shows always the previous code.
   
   This fix addresses that by using different SourceFilesCache per each debugging session. CC @entlicher 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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