Daniel Pettersson

Results 120 comments of Daniel Pettersson

Hey! I got the following "working", seams like regals stdout com breaks jsonrpc parsing. ```emacs-lisp (add-to-list 'dape-configs '(regal command "regal" command-args ("debug" "--server" "--address" "127.0.0.1::autoport") port :autoport :bundlePaths (lambda ()...

I am not really sure, but I would guess that is hat something with it echoing out received message as follows: ``` time="2024-09-28T13:02:54+02:00" level=info msg="Initializing: {\"clientID\":\"dape\",\"adapterID\":\"\",\"linesStartAt1\":true,\"columnsStartAt1\":true,\"pathFormat\":\"path\",\"supportsRunInTerminalRequest\":true,\"supportsProgressReporting\":true,\"supportsStartDebuggingRequest\":true}" Content-Length: 340 {"seq":1,"type":"response","request_seq":1,"success":true,"command":"initialize","body":{"supportsConfigurationDoneRequest":true,"supportTerminateDebuggee":true,"supportSuspendDebuggee":true,"supportsTerminateRequest":true,"supportsCancelRequest":true,"supportsBreakpointLocationsRequest":true,"supportsSingleThreadExecutionRequests":true}} ```

Hello and thank you for your bug report. This is very strange, I am not sure why this is happening. Does the isse happen when you start eamcs normaly?

Hey and thank you for your bug report! I have not tried dape on windows neither do I have access to a windows machine, have you tried any other adapters/languages,...

Hello, you should be fine using the built in configuration for gdb. Navigate to you project root `dape` followed `Run adapter: gdb - build/funilib-test-app`

Would be great if you could share the contents of the `*Messages*` buffer after `M-x emacs-version`.

Im sorry for dropping the ball on this one, I still don't know what causes this issue. Did you manage work around the issue in some way?

Is this something that is advertised to work? It doesn't work in visual studio code and the `js-debug` does not send any breakpoints information when setting an breakpoints in chrome...

Feel free to re open the issue if you feel like my previous comment is incorrect

It seams like there is something strange about your environment, does `/Users/barakdiker/.local/lib/python3.12` exist? Dape uses `"python"` as it's python executable, seams like your setup uses some indirection as ``` FileNotFoundError:...