Closed caslan closed 4 years ago
Internal bug id: 236208
Sample code attached.
Configuration:
VSCode(Stable) + cpptools(0.7.1)
Steps to repro:
1) Compile the sample code: g++ -g a.cpp b.cpp c.cpp -lpthread -m32
2) Open the sample code folder in vsocde.
3) Set a BP at line 40 in a.cpp
4) Set debug type to Launch, then F5
5) Step into
6) Step Over 3 times
Expected:
Break at line 16 in a.cpp
Actual:
Break somethere looks like is not in my code.
Note that this bug can reproduce in GDB.
test (2).zip
Won't fix since Apple is EOLing 32-bit
https://support.apple.com/en-us/HT208436
Internal bug id: 236208
Sample code attached.
Configuration:
VSCode(Stable) + cpptools(0.7.1)
Steps to repro:
1) Compile the sample code: g++ -g a.cpp b.cpp c.cpp -lpthread -m32
2) Open the sample code folder in vsocde.
3) Set a BP at line 40 in a.cpp
4) Set debug type to Launch, then F5
5) Step into
6) Step Over 3 times
Expected:
Break at line 16 in a.cpp
Actual:
Break somethere looks like is not in my code.
Note that this bug can reproduce in GDB.
test (2).zip