Skip to main content

All Questions

-1 votes
1 answer
78 views

Code works fine in debug mode but fails in normal run

This used to happen frequently with me when I use pointers. Today I have one code with similar issue. When I run the below code in debug mode, the code executes perfectly fine and exits normally in ...
The Cloud Guy's user avatar
0 votes
0 answers
2k views

Why does my debugger pause ("Program received signal SIGTRAP, Trace/breakpoint trap") SOME times in this piece of code?

I am writing an UNO game in C++ for educational purposes. I have been annoyed by this question for the past two days. I searched everywhere for an answer but nothing seems to be working. My debugger ...
Manolis Grifoman's user avatar