Genie Discord forum

Is there a different way to run debug on genie ?

Changed the channel name: debug not working in genie

what do you mean by "run debug"?

when I try to run genie in debug mode with this configuration file:
{ "version": "0.2.0", "configurations" : { "type": "julia", "request": "launch", "name": "Run Server", "program": "${workspaceFolder}/bootstrap.jl", "stopOnEntry": false, "cwd": "${workspaceFolder}", "juliaEnv": "${command:activeJuliaEnvironment}" } }
You are having this error:
Ocorreu uma exceção: InvalidStateException InvalidStateException: Channel is closed.

I'm not sure how well traditional debugging, with breakpoints, etc.. would work.

Genie can use the macro @show to basically print variables to the REPL

I'm not a GUI developer.. but javascript debugging like console.log() might help too... and inspecting elements with a browser also 🤔

In version 4, I sent the request via postman and analyzed the breakpoints, but in this version I can't do it anymore

🤔 interesting. Unfortunately it's beyond my ability.. for the time being.

Not sure how to look into this, as it seems the debugger in VSCodd might be causing the issue