You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to debug the project with lldb, but the project does not run properly when I run in debug mode. Is there anything I can do?
In VSCode and Xcode, first it shows this error
And then keeps showing this one infinitely, and does not run the app.
In the end, on VSCode, I can just run the project without debugging, but on Xcode I can't do that easily. Is there anything I can do?
GDB is not an option since I'm on an M1 Mac.
The text was updated successfully, but these errors were encountered:
Hi,
I faced similar issue on mac, after investigation I find out there can be different results for "base path" for wxwidgets on mac if run app from IDE for debug or just as executable from terminal or Finder. It can be easily checked with
std::cout << "cwd: " << wxGetCwd() << "\n";
So if this issue is still actual for someone there is small fix
Hello,
I'm trying to debug the project with lldb, but the project does not run properly when I run in debug mode. Is there anything I can do?
In VSCode and Xcode, first it shows this error
And then keeps showing this one infinitely, and does not run the app.
In the end, on VSCode, I can just run the project without debugging, but on Xcode I can't do that easily. Is there anything I can do?
GDB is not an option since I'm on an M1 Mac.
The text was updated successfully, but these errors were encountered: