dibyendumajumdar / ravi-vscode-debugger

VSCode Debug Adapter for Ravi / Lua 5.3
12 stars 1 forks source link

unable to set breakpoint #4

Closed frozen-eye closed 3 years ago

frozen-eye commented 3 years ago

ext version: 0.0.28 vscode 1.53.2 windows 10 remote ssh

dibyendumajumdar commented 3 years ago

Hi @frozen-eye - sorry for some reason I missed your issue. I too found the breakpoints cannot be set.

Cause: https://github.com/microsoft/vscode/issues/129361#event-5068374579

I will upload a fix

dibyendumajumdar commented 3 years ago

I updated the package to the new package.json format for breakpoints so hopefully this is now fixed.

frozen-eye commented 3 years ago

Thanks! Breakpoints can be set now!