-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and Run DLT-Viewer in debug mode. Tips? #440
Comments
are you running the ".app" or the "unix makefile"? |
@MaxMagazin Use below commands, and replace the cmake portion of build.sh in the Darwin fodler. cmake -G Ninja |
@MaxMagazin any update? |
@MaxMagazin Still an issue? If not please close the ticket. |
Sorry for the late response. |
Hi dlt-viewer Team,
I am experiencing a crash of the app in my macOs environment when I try to make a new ECU/TCP connection. The app starts normally though. I assume it is NOT a problem of dlt-viewer, but rather of my local environment. Cause I did have it working properly some time ago, but most probably I ruined something in my environment while installing and setting up other software packages.
How do I build and run the dlt-viewer in Debug mode to see more debug outputs, and where exactly does the app break?
So far I found a cmake flag (CMAKE_BUILD_TYPE) to build the Debug type. But can not find the cli option to start the app with debug outputs.
For building in debug mode I use: CMAKE_BUILD_TYPE=Debug Qt5_DIR="/opt/homebrew/opt/qt5" cmake "Xcode" ../ && make
The detailed macOS-Report is also attached: 2024_02_29_dlt-viewer-crash.txt
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: