Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red points do not show after clicking on load button #7

Open
abelbascu opened this issue Sep 11, 2024 · 0 comments
Open

Red points do not show after clicking on load button #7

abelbascu opened this issue Sep 11, 2024 · 0 comments

Comments

@abelbascu
Copy link

Bug description

Current Result: If you save a breakpoitn profile, then try to load it, the list of the points is displayed correctly in the bttoom left panel, but the red points at the left of the line of code in the main editor window are not displayed.

Please check the video for more details:
https://github.com/user-attachments/assets/6b001b68-0cbd-4e7d-a1cf-3818700d4222
please fell free to delete the file to save space later.

VS CODE info:
Version: 1.93.0 (user setup)
Commit: 4849ca9bdf9666755eb463db297b69e5385090e3
Date: 2024-09-04T13:02:38.431Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631

a breakpoint json example contents:

[{"location":"my location","range":[{"line":304,"character":0},{"line":304,"character":0}],"enabled":true},{"location":"..\..\..\c:\PROJECTS\GODOT\visual-novel-the-complex-man\Scripts\Managers\InputManager.cs","range":[{"line":303,"character":0},{"line":303,"character":0}],"enabled":true}]

my settings.json:

{
"workbench.editor.tabSizing": "shrink",
// "workbench.editor.labelFormat": "short",
"workbench.editor.wrapTabs": false,
"workbench.editor.decorations.badges": false,
// "workbench.editor.decorations.colors": false,
"workbench.editor.showIcons": false,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"editor.codeLens": false,
"references.preferredLocation": "view",
"git.ignoreMissingGitWarning": true,
"dotnet.server.useOmnisharp": true,
"omnisharp.enableEditorConfigSupport": false,
"editor.minimap.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"workbench.editor.empty.hint": "hidden",
"editor.fontVariations": false,
"workbench.editor.tabSizingFixedMinWidth": 45,
"editor.scrollbar.horizontalScrollbarSize": 14,
"workbench.editor.titleScrollbarSizing": "large",
"workbench.editor.tabSizingFixedMaxWidth": 100,
"json.schemas": [

]

}

How to reproduce

Expected behavior

Expected Result: the red breakpoints should be displayed once a breakpoint profile is loaded.

@abelbascu abelbascu changed the title Red p;oints do not show on load Red points do not show after clicking on load button Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant