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

!7

cm > DynPrintLog {
  start {
    dm_vmBus_onMessage reloadingModule(mod -> {
      S trace = getStackTrace("Reloading: " + mod);
      dm_inQ(me(), r {
        print("RELOAD RELOAD");
        print(trace);
      });
    });
  }
}

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: 86 / 172
Version history: 6 change(s)
Referenced in: [show references]