You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution was to put "debugServer" : 41912, in configurations field under request as shown below
{
"version": "0.2.0",
"configurations": [
{
"name": "MoonSharp Attach",
"type": "moonsharp-debug",
"request": "attach",
"debugServer":41912,
"HELP": "Please set 'debugServer':41912 (or whatever port you ar connecting to) right after the 'request' field in this json."
}
]
}
VsCode:
VS Code version: 1.54.3
MoonSharp Debug version: v1.8.3
Visual Studio
Visual Studio version: 16.9.2
MoonSharp.Debugger.VsCode version: v2.0.0
MoonSharp version v2.0.0
The text was updated successfully, but these errors were encountered:
Following instructions from https://marketplace.visualstudio.com/items?itemName=xanathar.moonsharp-debug&ssr=false#overview does not work.
Solution was to put "debugServer" : 41912, in configurations field under request as shown below
VsCode:
Visual Studio
The text was updated successfully, but these errors were encountered: