Skip to content

issues Search Results · repo:julia-vscode/DebugAdapter.jl language:Julia

Filter by

13 results
 (83 ms)

13 results

injulia-vscode/DebugAdapter.jl (press backspace or delete to remove)

I m trying to consume Julia DAP server inside IntelliJ with https://github.com/redhat-developer/lsp4ij/blob/main/docs/dap/DAP.md I have created a julia file like this: using Pkg Pkg.instantiate() using ...
  • angelozerr
  • 4
  • Opened 
    29 days ago
  • #104

To reproduce, make a file with this code: using RecursiveArrayTools function f() x = 10 y = ArrayPartition(fill(1, (1000,)), [2;;]) println(x) end add a breakpoint at println statement, ...
  • mateuszbaran
  • 3
  • Opened 
    on Jan 10
  • #101

When debugging code in VS Code I can no longer remove breakpoints at runtime. The red dot next to the line disappears and the breakpoint is no longer in the list of breakpoints but the debugger still stops ...
  • stefkuypers
  • 2
  • Opened 
    on Dec 21, 2024
  • #99

It would be great if something like the server.jl in nvim-dap-julia could be package together with this project. That would make integration with other DAP clients simpler.
  • svaante
  • Opened 
    on Sep 11, 2024
  • #93

I m getting an error when debugging using breakpoints and the new version of the VS Code extension: ERROR: UndefVarError: `uuid4` not defined┌ Error: Some Julia code in the VS Code extension crashed └ ...
  • kenahoo
  • Opened 
    on Sep 5, 2024
  • #92

Hey, I am the maintainer of an Emacs debug adapter client. I was looking into adding support for DebugAdapter.jl but run into an issue, that I would rather fix upstream then adding an hack into the client. ...
  • svaante
  • Opened 
    on Aug 17, 2024
  • #87

I got the following error from a Step Into Target request: ERROR: type DebugSession has no field frame Stacktrace: [1] getproperty @ ./Base.jl:37 [inlined] [2] calls_on_line(::VSCodeDebugger.DebugAdapter.DebugSession) ...
bug
  • fredrikekre
  • Opened 
    on Jul 3, 2024
  • #82

# Create or acquire a connection conn = ...
  • joa-quim
  • Opened 
    on Jul 2, 2024
  • #81

This issue is used to trigger TagBot; feel free to unsubscribe. If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions ...
  • JuliaTagBot
  • 2
  • Opened 
    on Jun 28, 2024
  • #76

I am trying to integrate Julia s DAP with Debug Adapter Protocol client implementation for Neovim. You must to configure the DAP for each specific language. I ve tried to do so using some references for ...
enhancement
  • tapyu
  • 7
  • Opened 
    on Apr 20, 2022
  • #59
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub