- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    Qt Creator 4.15.2
 - 
    None
 - 
    macOS 11 with Apple M1
 
On my M1 mac debugging is not working, regardless of the architecture of the application I want to debug. 
E.g. when I run the application I see
13:28:18: Starting /Users/leanderSchulten/git_projekte/build-vcpkg-tool-No_QT-Debug/vcpkg install --triplet=x64-osx --host-triplet=x64-osx...
Detecting compiler hash for triplet x64-osx...
All requested packages are currently installed.
Restored 0 packages from /Users/leanderSchulten/.cache/vcpkg/archives in 3.125 us. Use --debug to see more details.
Total elapsed time: 13.46 us
The package zlib is compatible with built-in CMake targets:
    find_package(ZLIB REQUIRED)
    target_link_libraries(main PRIVATE ZLIB::ZLIB)
13:28:21: /Users/leanderSchulten/git_projekte/build-vcpkg-tool-No_QT-Debug/vcpkg exited with code 0
When I debug it takes some seconds and then exist.
13:29:50: Debugging /Users/leanderSchulten/git_projekte/build-vcpkg-tool-No_QT-Debug/vcpkg install --triplet=x64-osx --host-triplet=x64-osx ... 13:30:10: Debugging of /Users/leanderSchulten/git_projekte/build-vcpkg-tool-No_QT-Debug/vcpkg install --triplet=x64-osx --host-triplet=x64-osx has finished.