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

13
LINES

< > BotCompany Repo | #1000663 // processDebug function

JavaX fragment (include)

1  
static Object processDebug(String processorID, Object in) {
2  
  return processDebug(processorID, in, "in");
3  
}
4  
5  
static Object processDebug(String processorID, Object in, String outVar) ctex {
6  
  Class processor = hotwire(processorID);
7  
  set(processor, "in", in);
8  
  try {
9  
    set(processor, "debug", true);
10  
  } catch (Exception e) {}
11  
  call(processor, "main", new Object[] {new String[0]});
12  
  return get(processor, outVar);
13  
}

Author comment

Began life as a copy of #1000661

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1000663
Snippet name: processDebug function
Eternal ID of this version: #1000663/1
Text MD5: 11e960a65b6965a0a0cdfa62eccede5a
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-21 21:23:36
Source code size: 432 bytes / 13 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 590 / 840
Referenced in: [show references]