Jeff Ward

Results 88 issues of Jeff Ward

From: https://code.visualstudio.com/updates/v1_5 ![selection_919](https://cloud.githubusercontent.com/assets/2192439/19251317/0099d7ca-8efc-11e6-98cf-0e3e49d951bc.png) Investigate whether this is what I was trying to accomplish with `runInTerminal`. If so, use it. If not, maybe rename my feature to avoid confusion. Related: #20...

Per #36 and #33 -- see whether terminal mode works on all 3 platforms with @waneck 's PR -- allowing commands to be run from PATH -- changed `File.exists(runPath +...

I keep checking in the linux one. Investigate whether launch.json can have separate windows / linux / osx sections like package.json.

``` 1449637014.87606: VSCHS: Client disconnected. ``` If the server detects a client disconnect (and/or the process dies?) send a disconnect to vscode.

Need to message the user that their project didn't connect to the debug server (perhaps wasn't compiled in debug, didn't include `new HaxeRemote()`, was firewalled, etc.) Though we don't know...

Ensure the compilation command is output, so mistakes can be easily spotted (like wrong platform), and ensure the full compiler error output is printed to the VSCode debug console.

I have a feature called `runInTerminal` which is supposed to launch a separate terminal window for your app (in case you want to debug a CLI, but still need to...

Debugger responds with "OK" instead of ThreadStopped: ``` 1449636854.28594: {"type":"request","seq":18,"command":"pause","arguments":{"threadId":0}} 1449636854.28597: Got command: pause 1449636854.28601: VSCH: got cmd: BreakNow 1449636856.33882: Got message: OK 1449636856.33887: ====== UNHANDLED MESSAGE: OK ``` This...

While pressing stop kills the running app, it does not appear to be killing the haxe (nor hxcpp / cc1plus) processes on Linux. Watching top, you can see those processes...

For example, see how hxtelemetry grabs trace: https://github.com/jcward/hxtelemetry/blob/master/hxtelemetry/HxTelemetry.hx#L109-L123