Sebastian Holmqvist

Results 21 comments of Sebastian Holmqvist

Which is weird, since the gtags call triggered by filesave incremental update. Should be fast. Perhaps this can be solved with another gtags version or maybe a semaphore, preventing more...

Fair enough. The hard part is implementing this feature.

This didn't fix my issues. If anything now I can't edit anything.

I have no idea. I turned on all PHP errors but nothing showed up. All I get is Error: Invalid file. I can successfully create and edit a file. But...

I did some probing and it's line 122 that goes off. I.e the second die(error) in do_open. I think it's due to my site being in a subdirectory. print_r($parse_file_url) Array...

@pieandcakes Ah, good to know. I have attempted a few approaches using launch and gotten a bit further. At least with calling a script that executes GDB directly. I'll post...

Still having issues even though I can now connect to the gdb server. ``` 1: (186) LaunchOptions 1: (198) LaunchOptions 1: (198) LaunchOptions target remote localhost:4444 1: (198) LaunchOptions monitor...

This was my launch.json which actually already included an empty customLaunchSetupCommands. ``` { "version": "0.2.0", "configurations": [ { "name": "C++ Launch", "type": "cppdbg", "request": "launch", "program": "C:/dev/GDB/gdb.exe", "args": [], "stopAtEntry":...

Still not working on VSCode 1.8 and C/C++ extension 0.9.3. But this time I can't even seem to connect. ``` { "version": "0.2.0", "configurations": [ { "name": "C++ Attach", "type":...

@pieandcakes `pipeTransport` didn't solve anything for the original topic of this issue I'm afraid. Still unable to get debugging running. Not entirely sure, but despite setting `customLaunchSetupCommands` to blank and...