0
Debug Visualizer
hey, recently I installed debug visualizer in visual studio, and i'm trying to visualize c++ code but it's not working, so can anyone tell me how to visualize code using this???
1 Resposta
+ 2
You don't have anything working or doesn't put anything in the console?
If your console will come out and close instantly, just write before return 0:
system("pause") ;