Cameron Cooke

Results 92 comments of Cameron Cooke

> For some reason, the version with the LLDB debugger doesn't work for me. Maybe I should give it a chance tomorrow. > > Also, I’ve found a way to...

Technically if you honour the selected scheme sweetpad should attach the debugger if the scheme has that `Debug executable` option enabled: Currently, the run command ignores this. I think it...

I am going to close this, for now, will have another PR up shortly that doesn't break existing functionality

This seems to be an issue with the security policy of my work MacBook. Trying on my personal MacBook and the extension works fine. I do wonder if we could...

So I've hit a dead end with this, it seems that my macOS app is not fully trusted when launched directly by vscode. The only way I've managed to get...

Attached is an example project. A couple of notes: * It's a bare-bones Xcode template I've made zero changes to the build config or any other config besides adding the...

I've attempted to add a run (inc. build) and debug option to SweetPad see: https://github.com/cameroncooke/sweetpad/tree/run_and_debug but I'm not happy with it as I really don't know enough about how debugging...

I'm pretty sure the issue is because the integrated terminal is running as a subprocess of vscode so inherits the security context.

@hyzyla any thoughts on this I guess the issue is not so much code-signing but macOS build support, while some trival apps will be fine apps with entitlements won't be,...

Great thank you. Will give that a go. Cameron. On Wed, 26 Mar 2025 at 16:22, Nils Blum-Oeste ***@***.***> wrote: > To answer my own question from above. A configuration...