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 2022/10/11 09:54:22 UTC

[GitHub] [netbeans] neilcsmith-net commented on issue #4754: Debug info not updated when code dynamically re-loaded

neilcsmith-net commented on issue #4754:
URL: https://github.com/apache/netbeans/issues/4754#issuecomment-1274433207

   I develop a dynamic reloading system myself, although I've never used the debugger with it - mainly because the dynamic source code doesn't exist in files on disk either.
   
   A question would be how you're doing reload?  I haven't looked at your system.  But in terms of Java at least do you use HotSwap or dynamic classloaders?  Because there could be a 1-to-1 vs 1-to-many mapping between source and class to consider too.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
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