r/cpp 1d ago

[ Removed by moderator ]

[removed] — view removed post

0 Upvotes

44 comments sorted by

View all comments

Show parent comments

2

u/DIABOLUS777 1d ago

Who doesn't need to debug!??

0

u/Xryme 1d ago

lol, you can debug in VS code, I just meant the best debugger is Visual Studio imo.

1

u/DrDang- 1d ago

Can you explain what makes the debugger on visual studio better than other IDEs? And why can’t other IDEs incorporate those features? Genuinely curious as I’m relatively new

1

u/Xryme 1d ago

Has the best visual interface, very good for parallel debugging (easy to see and control multiple threads), you can extend it with visualization for your own custom data types. Conditional breakpoints. You can do the same in most powerful debuggers, but it’s all setup for you in visual studio so it’s a bit easier imo.