Re: Console debugging under Windows

2020-10-29 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Console debugging under Windows I tend to look up just about every question I have. That's how I came up with the --symfile thing in the first place. But no, that doesn't work, either. URL: https://forum.audiogames.net/post/584445/#p584445 -- Audiogames-reflector ma

Re: Console debugging under Windows

2020-10-29 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Console debugging under Windows I tend to look up just about every question I have. That's how I came up with the --symfile thing in the first. But no, that doesn't work, either. URL: https://forum.audiogames.net/post/584445/#p584445 -- Audiogames-reflector ma

Re: Console debugging under Windows

2020-10-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows I don't know how to load symbol files into lldb, have you just Googled it?  I just use VSCode.  But I know that it probably works, being as LLVM is behind the only high quality public documentation on the pdb format. URL: https://forum.audiogame

Re: Console debugging under Windows

2020-10-28 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
Re: Console debugging under Windows Has anyone figured out how to load a PDB file into LLDB?My best guess is that it has to do with the --symfile parameter of "target create".BTW, I somehow managed to find the CDB debugger. In my start menu, there's something called

Re: Console debugging under Windows

2020-10-02 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows @11Yeah I have no idea on the message box, but it's terrible and I hate it.  First time I've had this issue, but Microsoft just lost a lot of powershell points because of this.For Python versions, there's two options.  First is the launc

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Console debugging under Windows You are correct, sir. Can I change Powershell not to do that evil horrible thing to me ever again? It never occurred to me that a shell could suppress a dialog when there's clearly a GUI running that can show it. Linux will if there's no DISPLA

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows Just figured out an lldb thing. Will follow up more later.  Try running it under not Powershell, and see if it complains about python36.dll.  Apparently powershell is suppressing a messagebox.If that's the case I may be able to get it working

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Console debugging under Windows I hate the windows debuggers. Their commands are just so disgusting and weird. And I know what the crashing situation is like... I was trying to debug a crash in a QT app once but I couldn't because NVDA kept freezing on me every time CDB

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows @6Cdb is installed, but for some idiotic reason they don't put it on your path.  You'll have to find it.  It's been a while, or I'd quote the path for you: I've found the VSCode debugger so accessible and pleasant to use that, if

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Console debugging under Windows @5Ah lovely, thanks. I just assumed it was my laptop. URL: https://forum.audiogames.net/post/576045/#p576045 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Console debugging under Windows Here's my NVDA crasher not every half hour, sometimes multiple times in a 5-minute period. I'm basically hitting ctrl-alt-n on autopilot, almost doing it subconsciously at this point:https://github.com/nvaccess/nvda/issues/11591And yeah, I know

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows @4VSCode lag introduced in NVDA 2020.2 is getting fixed in 2020.3.  See this and the other things it links out to. URL: https://forum.audiogames.net/post/575996/#p575996 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: Console debugging under Windows Nope. Worst I can say with VSCode is that sometimes I press the up or down arrow key and braille shows the new line, while speech says the one I moved off.I'm sure that's more because this laptop is older than some of the programmers on this

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows Also, wait, just reread that, NVDA is freezing every half hour in VSCode?  Don't have that problem, and don't know anyone else who does. URL: https://forum.audiogames.net/post/575980/#p575980 -- Audiogames-reflector mailing list

Re: Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Console debugging under Windows When you installed debugging tools for windows, you also got a debugger called cdb with it, or should have.  It's the command line equivalent of WinDBG.  Docs here.  You really want VSCode working if you can manage it because this thing is, let'

Console debugging under Windows

2020-10-01 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Console debugging under Windows Ugh, nothing has made me feel quite as stupid as has working with Windows for the past month. I'm trying to debug a crash in the Godot editor, and am looking for a console debugger. Or any accessible debugger, for that matter. I can't seem to ge