Jan Jurzitza

Results 794 comments of Jan Jurzitza

well I would look into how to fix this bug, but I just broke my system and after repairing it my fcitx doesn't have a popup anymore and I can't...

Might be possible with https://wiki.libsdl.org/SDL_SetTextInputRect It takes the rectangle where the temporary input text should be displayed. You might also need to call `SDL_StartTextInput()` See https://wiki.libsdl.org/Tutorials/TextInput

hm this seems like weird output: ``` Running executable 16-exec-run 17-stack-info-depth --thread 1 GDB -> App: {"token":14,"outOfBandRecord":[],"resultRecords":{"resultClass":"done","results":[["threads",[[["id","1"],["target-id","Thread 1073512316"],["details","Name: main, State: Running @CPU0"],["frame",[["level","0"],["addr","0x400d84bb"],["func","app_main"],["args",[]],["file","../main/main.c"],["fullname","c:\\ninjastep\\ninja-fiw\\main\\main.c"],["line","52"]]],["state","stopped"]],[["id","2"],["target-id","Thread 1073516140"],["details","Name: IDLE1, State: Running @CPU1"],["frame",[["level","0"],["addr","0x4018339a"],["func","esp_pm_impl_waiti"],["args",[]],["file","C:/ESP/esp-idf/esp-idf/components/esp32/pm_esp32.c"],["fullname","C:\\ESP\\esp-idf\\esp-idf\\components\\esp32\\pm_esp32.c"],["line","484"]]],["state","stopped"]],[["id","3"],["target-id","Thread 1073514228"],["details","Name: IDLE0"],["frame",[["level","0"],["addr","0x4008c7b0"],["func","vPortTaskWrapper"],["args",[[["name","pxCode"],["value","0x0"]],[["name","pvParameters"],["value","0x0"]]]],["file","C:/ESP/esp-idf/esp-idf/components/freertos/port.c"],["fullname","C:\\ESP\\esp-idf\\esp-idf\\components\\freertos\\port.c"],["line","142"]]],["state","stopped"]],[["id","4"],["target-id","Thread 1073518816"],["details","Name:...

it's not implemented, but I don't think it's possible as GDB needs a pty to output and with X11 forwarding I think you only get a terminal window rendered on...

I think there will be a problem in just trying to pass the terminal's pty to GDB as the terminal is actually running on the remote machine, so the pty...

native debug works pretty close to the debugger, you even enter raw GDB commands in the debug console (as opposed to other extensions where you type in variable names to...

the `valuesFormatting` property is specific to code-debug, it's probably not good to ask `dap-mode` The `parseText` using arrays in values is definitely a bug I think, so I'm reopening this.

we can't really take code from them as their license is less permissive than the one used here (public domain) but the idea for it is quite simple and should...

I'm still here for small fixes and occasional maintenance, but I'm not really working on this extension much anymore, so I don't have an ETA. @GitMensch you regularly post here,...

I would like to implement this but I can't test if it works because I dont have access to a machine with OS X. It should be relatively simple and...