Hi.
I am running:
Windows 10.
Netbeans 11.3.
Netbeans 8.3 Plugin Portal - User Installed Plugins
MinGW - MSYS64 - C:\msys64\usr\bin\g++.exe
C++ 11
C++ Options: -Wall -Wextra -Wswitch-default -Wswitch-enum
-Wmissing-declarations -Wmissing-noreturn -limagehlp -g
Link Options: -lws2_32 -lpthread -luuid -limagehlp -static-libgcc
-static-libstdc++ -static -pthread -g
(Feel free to criticise the Option choices)

Now, my code compiles and runs fine.  I can Make both a Debug and Release
version.

But when I debug, code will stop at Breakpoints.  I can see variables.
But it frustratingly shows the Disassembly and "Source not found, file:
main.cpp, line: 158"
Adding Source Folders doesn't make a difference.

So, is it a matter of just not being able to use MinGW?
Or is there some flag I need to add?
The code is cross-platform, and originally written on an Ubuntu machine.

-- 

*Gregory Miles Sebastian McPherson*
gregm...@gmail.com

Reply via email to