We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added the keysign certifikate for gdb already, and i can run gdb in terminal normaly, only while trying in atom it pop ups.
dbg-gdb > -file-exec-and-symbols /Users/miro/Desktop/IFJ/projekt/gitBuild/ifj main.coffee [sm]:288 dbg-gdb < = thread-group-added Object {id: "i1"} main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "auto-load safe-path", value: "/"} main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "startup-with-shell", value: "off"} main.coffee [sm]:288 dbg-gdb < ^ done Object {} main.coffee [sm]:536 dbg-gdb > -file-exec-and-symbols /Users/miro/Desktop/IFJ/projekt/gitBuild/ifj main.coffee [sm]:288 dbg-gdb < = thread-group-added Object {id: "i1"} main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "auto-load safe-path", value: "/"} main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "startup-with-shell", value: "off"} main.coffee [sm]:288 dbg-gdb < ^ done Object {} main.coffee [sm]:536 dbg-gdb > -gdb-set mi-async on main.coffee [sm]:288 dbg-gdb < ^ done Object {} main.coffee [sm]:536 dbg-gdb > -break-insert -f /Users/miro/Desktop/IFJ/projekt/gitBuild/lextest.c:26 main.coffee [sm]:288 dbg-gdb < ^ done Object {bkpt: Object} main.coffee [sm]:536 dbg-gdb > -exec-arguments i main.coffee [sm]:288 dbg-gdb < ^ done Object {} main.coffee [sm]:536 dbg-gdb > -exec-run main.coffee [sm]:288 dbg-gdb < = thread-group-started Object {id: "i1", pid: "962"} main.coffee [sm]:300 dbg-gdb < & /dev/ttys001: No such file or directory.
main.coffee [sm]:288 dbg-gdb < = thread-created Object {id: "1", group-id: "i1"} main.coffee [sm]:288 dbg-gdb < ^ error Object {msg: "Unable to find Mach task port for process-id 962: …lease check gdb is codesigned - see taskgated(8))"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added the keysign certifikate for gdb already, and i can run gdb in terminal normaly, only while trying in atom it pop ups.
dbg-gdb > -file-exec-and-symbols /Users/miro/Desktop/IFJ/projekt/gitBuild/ifj
main.coffee [sm]:288 dbg-gdb < = thread-group-added Object {id: "i1"}
main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "auto-load safe-path", value: "/"}
main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "startup-with-shell", value: "off"}
main.coffee [sm]:288 dbg-gdb < ^ done Object {}
main.coffee [sm]:536 dbg-gdb > -file-exec-and-symbols /Users/miro/Desktop/IFJ/projekt/gitBuild/ifj
main.coffee [sm]:288 dbg-gdb < = thread-group-added Object {id: "i1"}
main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "auto-load safe-path", value: "/"}
main.coffee [sm]:288 dbg-gdb < = cmd-param-changed Object {param: "startup-with-shell", value: "off"}
main.coffee [sm]:288 dbg-gdb < ^ done Object {}
main.coffee [sm]:536 dbg-gdb > -gdb-set mi-async on
main.coffee [sm]:288 dbg-gdb < ^ done Object {}
main.coffee [sm]:536 dbg-gdb > -break-insert -f /Users/miro/Desktop/IFJ/projekt/gitBuild/lextest.c:26
main.coffee [sm]:288 dbg-gdb < ^ done Object {bkpt: Object}
main.coffee [sm]:536 dbg-gdb > -exec-arguments i
main.coffee [sm]:288 dbg-gdb < ^ done Object {}
main.coffee [sm]:536 dbg-gdb > -exec-run
main.coffee [sm]:288 dbg-gdb < = thread-group-started Object {id: "i1", pid: "962"}
main.coffee [sm]:300 dbg-gdb < & /dev/ttys001: No such file or directory.
main.coffee [sm]:288 dbg-gdb < = thread-created Object {id: "1", group-id: "i1"}
main.coffee [sm]:288 dbg-gdb < ^ error Object {msg: "Unable to find Mach task port for process-id 962: …lease check gdb is codesigned - see taskgated(8))"}
The text was updated successfully, but these errors were encountered: