Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing to std::cout string values starting with "*" are not shown in the Debug Console. #13070

Open
MonkeyNinja opened this issue Dec 19, 2024 · 0 comments
Labels
debugger help wanted Can be fixed in the public (open source) repo.

Comments

@MonkeyNinja
Copy link

MonkeyNinja commented Dec 19, 2024

Type: Bug

use the cpp extenstion to build and run this code....

#include <iostream>

int main() {
  // The Answer to the Ultimate Question of Life, the Universe, and Everything
  int answer = 42;

  // But what is the question?
  std::cout << "The Answer: " << answer << "*" std::endl;
  std::cout << "*But what is the question?" << std::endl;

  return 0;
}

Debug Console:

Image

Terminal:
Image

Extension version: 1.22.11
VS Code version: Code 1.96.1 (42b266171e51a016313f47d0c48aca9295b9cbb2, 2024-12-17T17:50:05.206Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs 12th Gen Intel(R) Core(TM) i7-1255U (12 x 2611)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 31.69GB (9.61GB free)
Process Argv I:\My Drive\AdventOfCode2024 --crash-reporter-id 366ffa0d-363b-42ed-aa79-bdce4078f79d
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupyter:31046869
2f103344:31071589
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624

@MonkeyNinja MonkeyNinja changed the title Writing to std::cout a string value starting with "*" are not shown in the Debug Console. Writing to std::cout string values starting with "*" are not shown in the Debug Console. Dec 19, 2024
@sean-mcmanus sean-mcmanus added the help wanted Can be fixed in the public (open source) repo. label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugger help wanted Can be fixed in the public (open source) repo.
Projects
None yet
Development

No branches or pull requests

3 participants