o-oconnell

Results 7 comments of o-oconnell

@johnathancn @davidgiven there's a note about inconsistency between 16-bit and 32-bit syntax here: https://wiki.minix3.org/doku.php?id=ackassemblylanguage, mpx88.s runs in 16-bit real mode because it's part of the bootstrap program. I am interested...

Yeah I'll refactor this and put a reference to it maybe, it's been useful to have the code complete without mounting anything as a reference a few times though. You...

Done, thank you! I will have time to try fixing at the end of this week but it might take me a while to figure out.

Also using https://github.com/microsoft/vscode-java-debug/releases/download/0.49.1/vscjava.vscode-java-debug-0.49.1.vsix as java debugger

I noticed that https://github.com/LDAP/sublime_debugger/blob/b96bd290b71c64d0024bd800246603491aba6af2/modules/adapters/util/lsp.py#L22 and https://github.com/daveleroy/SublimeDebugger/blob/master/modules/adapters/util/lsp.py#L8 have switched the command from "debugger_lsp_bridge_request" to "debugger_bridge_lsp_request" but that doesn't seem to fix it- could be related? Do you know if there is...

Yes that solved this issue for me as well thanks, I'll put a more complete list of the bugs I had after that and how I solved them when my...

Two more bugs I have found are the adapter failing to resolve the project name (#221) and a "failed to resolve main class". The main class cannot be resolved if...