-
**Type: Debugger GDB**
- OS and Version: Manjaro Linux 18 XFCE
- VS Code Version: 1.30.1
- C/C++ Extension Version: C/C++ for Visual Studio Code 0.20.1
- Other extensions you installed (and if t…
-
Currently if you have more than one or two `assertEqual`s in a single test stanza it's infuriating to figure out why a test failed.
Simply reporting the values themselves via `Show` would be wunderba…
-
Type: Debugger
**Describe the bug**
- OS and Version: MacOS Mojave
- VS Code Version: 1.33.1
- C/C++ Extension Version:0.23.1
- Other extensions you installed (and if the issue persists after d…
-
Type: Debugger
- OS and Version: Ubuntu 18.04.4
- VS Code Version: 1.42.1
- C/C++ Extension Version: 0.26.3
Steps to Reproduce:
Compile the following code with `clang-9 -g test.c` then set a …
ghost updated
4 years ago
-
Type: Debugger
OS and Version: Debian 8
VS Code Version: 1.32.3
C/C++ Extension Version: 0.22.0
When i use Pipe Attach then assert the below message:
Command failed: "plink.…
kwedr updated
5 years ago
-
Have some pity on us humans who find it hard to read everything on one line:
```
/**
* Enable json pretty print
*
* @var boolean
*/
private $printPrint = false;
/**
* Set pretty print
*
* @pa…
-
I have code that I want to read in ion data from a file, make a modification, and then write it back out to a file. The file will be source controlled in a version control system.
I want to include…
-
I think it could be useful to move the library to, or at least give users an option of using, Text akin to https://github.com/ivan-m/wl-pprint-text. The reason is that String may get pretty inefficien…
sergv updated
8 years ago
-
Hi,
With last version of the plugin (under windows), i have a calculation problem on all print, always same problem.
Printing % always goes to 103%.
PrintTimeGenius seams to stop calculation few l…
-
`Meta.parse(repr(Char(0x110000)))` fails because
```jl
julia> show(Char(0x110000))
'\U110000'
```
but `'\U110000'` is not parseable:
```jl
julia> '\U110000'
ERROR: ParseError:
# Error @ REPL[…