-
VS Version: 2017 RC (2 or 3)
Rerpo:
1. On a linux machine, create a simple C++ executable that calls scanf (or something similar)
2. Build it and run it on linux.
3. From VS 2017 RC, attach using …
-
Type: Debugger
The `envFile` parameter that can be used to set up the debugger environment with an `.env` file is handled by taking each line from the file, splitting the name and values and then s…
-
### Environment
Version: 1.73.1
Commit: 6261075646f055b99068d3688932416f2346dd3b
Date: 2022-11-09T03:54:53.913Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-ele…
-
The ability to modify the instruction pointer to point a different location without running any code is an extremely useful debugging feature in C/C++. I'd like to request this feature in the toolset.…
-
**Describe the bug**
When the project path contains no ASCII characters some bugs appear:
- The file chooser shows numbers instead that characters. For instance, `Mart303255n` instead `Martín`. Wh…
-
I was debugging the main() of my program,
when I tried to step into a method from a shared_ptr I got this error.
```
...gdb-src/gdb/cp-namespace.c:816: internal-error: cp_lookup_nested_symbol cal…
-
``` cpp
class llvm::Type {
enum TypeID {
...
};
unsigned IDAndSubclassData;
```
``` xml
{(TypeID)(IDAndSubclassData & 0xFF)} data: {IDAndSubclassData >> 8}
```
```
[Type] -var-cr…
-
the pic proves ".json" works well in VScode:
![image](https://user-images.githubusercontent.com/52516831/115486095-86750500-a288-11eb-9dd3-03f053e6bafc.png)
I moved the "launch.json" file to the roo…
-
Is it possible to "extend" another extension?
I'd like to make some language identifier specific adjustments (for gnucobol, which is not in the list of languages that this extension handles) where th…
-
> Note: [Reposting](https://github.com/JuliaSymbolics/Symbolics.jl/issues/651) here since I suspect that this is a Julia bug rather than an issue of Symbolics.jl
In some of my research code, I am…