Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1032749 // Monitor Module Reloads

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 1113K of libraries. Click here for Pure Java version (3986L/19K).

1  
!7
2  
3  
cm > DynPrintLog {
4  
  start {
5  
    dm_vmBus_onMessage reloadingModule(mod -> {
6  
      S trace = getStackTrace("Reloading: " + mod);
7  
      dm_inQ(me(), r {
8  
        print("RELOAD RELOAD");
9  
        print(trace);
10  
      });
11  
    });
12  
  }
13  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032749
Snippet name: Monitor Module Reloads
Eternal ID of this version: #1032749/7
Text MD5: fd56acd076de71555c4ca8513be05752
Transpilation MD5: 878980a84710e81d85d12bf81e938a14
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-05 21:41:35
Source code size: 245 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 92 / 181
Version history: 6 change(s)
Referenced in: [show references]