-
Notifications
You must be signed in to change notification settings - Fork 23
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
Debugging doesn't start #105
Comments
Nobody? :) |
Try opening the developer console in VSCode – it's like the Chrome console – to see if any errors from the debugger plugin are being thrown |
There was an error after the debugger controls (step over etc) disappear. In the bottom status bar it says "Debugging is Started" and turns to "Debugging is Stopped" and then back to "Debugging is Started" and it disappears after that.
|
The error says LLDB for VSCode. This is not the Hashlink debugger. Are you sure you run the correct launch config for Hashlink debugging? |
Eh... I had the CodeLLDB extension installed. I uninstalled it and the errors do not appear anymore, but the debugger still doesn't work. Yes I use the launch.json that I posted here. |
It didnt work when I had
I removed "hxml": "hl.hxml"so I had
And for the first time in a year I had hl debugging |
Want to report the same, the Debugger just won't start. There's no output messages either.
HashLinkDebuggerDead.mp4
tasks.json
|
I have a similar problem on windows 11. I know it worked before. I've tried versions of the debugger and vshaxe from a year ago, and also building the debugger. Sometimes I get a "Failed to connect on debug port" message. Logs do not show anything. I've checked my ports and it looks like nothing starts and listens on 6112. Is it possible that the debugger is not even starting, and the session attempts but fails to connect to it? Edit: It works on my win11 laptop with the same haxe and hl version, and with extension syncing on vscode. Weird. I'll make sure everything is the same. |
I'm trying out the debugger after a short break from using Haxe/Hashlink and it seems to not work anymore. When I try to debug, it builds using the
build.hxml
file but doesn't start the actual program for debugging. It runs fine if I just run the.hl
file from the command line, tho.My
build.hxml
:My
src/Main.hx
:My
.vscode/launch.json
:OS is Windows 10, Haxe version 4.2.4, Hashlink is the latest from github and my vscode version is 1.62.3.
The text was updated successfully, but these errors were encountered: