Warning: session_start(): open(/var/lib/php/sessions/sess_bapqrnjdp36i8ojctomip3a2eb, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
Show a line with context in program's transpilation (for bug fixing) [1012341]

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

16
LINES

< > BotCompany Repo | #1012341 // Show a line with context in program's transpilation (for bug fixing)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (6651L/45K).

1  
!7
2  
3  
sS progID = #1010745;
4  
5  
p-noconsole {
6  
  final JTextField tfProg = jtextfield(progID);
7  
  final JTextField tfLine = jtextfield();
8  
  showForm(
9  
    "Program ID", tfProg,
10  
    "Line", tfLine,
11  
    r {
12  
      S text = getServerTranspiledWithoutLibs(progID);
13  
      JTextArea ta = showTextArea("Transpilation of " + progID, text);
14  
      textAreaGoToRow(ta, parseIntOpt(getTextTrim(tfLine)));
15  
    });
16  
}

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: #1012341
Snippet name: Show a line with context in program's transpilation (for bug fixing)
Eternal ID of this version: #1012341/4
Text MD5: 7467cd8ae191c6afa09c302f4a4c7d25
Transpilation MD5: 663d51ec70d4dee8c24a58410323c439
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-29 00:31:50
Source code size: 408 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 718 / 1690
Version history: 3 change(s)
Referenced in: [show references]