Skip to content
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

cursor/VSCode debug with SweetPad: Stop reason: signal SIGSTOP #104

Open
Mino0885 opened this issue Jan 17, 2025 · 3 comments
Open

cursor/VSCode debug with SweetPad: Stop reason: signal SIGSTOP #104

Mino0885 opened this issue Jan 17, 2025 · 3 comments

Comments

@Mino0885
Copy link

Mino0885 commented Jan 17, 2025

this is my launch.json
`
{

"version": "0.2.0",
"configurations": [
    
    {
        "type": "sweetpad-lldb",
        "request": "launch",
        "name": "Attach to running app (SweetPad)",
        "preLaunchTask": "sweetpad: launch"
    }
]

}
`

when build and run finish, debug console:

Attached to process 22613
Stop reason: signal SIGSTOP

@hyzyla
Copy link
Collaborator

hyzyla commented Jan 19, 2025

Could you set more verbose logging [1], retry again and send output from "LLDB" and "Sweetpad" output panels [2]

  1. More verbose logging:
    .vscode/settings.json
{
     "sweetpad.system.logLevel": "debug",
     "lldb.verboseLogging": true,
}
  1. Output panel

Image

@Mino0885
Copy link
Author

@hyzyla Thanks for your reply. The following is my console output information

[ERROR codelldb::debug_session::launch] [304] Resume request failed - process still running.
Could not find implementation lookup function "class_getMethodImplementation" step in through ObjC method dispatch will not work.

Image

@Mino0885
Copy link
Author

By the way, let me ask another question. Hope you answer. When I run sweetpad: Start Simulator it shows completed, but no simulator opens on my mac

  • Executing task: sweetpad: Start Simulator

🚀 Executing command:
xcrun simctl boot 1B0EFDAD-9F10-4434-A90C-49B6A3260584

✅ Task completed

  • Terminal will be reused by tasks, press any key to close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants