1 | scope debugging |
2 | |
3 | static new ThreadLocal<Bool> #var; |
4 | |
5 | sbool debugging() {
|
6 | ret isTrue(var!); |
7 | } |
8 | |
9 | static AutoCloseable tempDebug() {
|
10 | ret tempSetTL(var, true); |
11 | } |
Began life as a copy of #1009139
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032692 |
| Snippet name: | debugging |
| Eternal ID of this version: | #1032692/4 |
| Text MD5: | 268943e7a1b71c3e60c9d3d0e250b329 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-02 01:06:00 |
| Source code size: | 170 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 328 / 358 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |