Results 8 comments of pgfisico

The segfault here is caused by a bug in HotSpot. It is fixed in JDK 11. The reason TinyB hit the bug is that it would attach the thread without...

In the current state, the code already requires these extensions (or their dependents) (e.g. cppdbg and java debugger)

Also noticed https://github.com/Microsoft/vscode-cpptools/issues/1670 regarding offline installs. Support for dependencies from the marketplace was added for VSIX installs (https://github.com/Microsoft/vscode/issues/15477), however I can see the use case for having a fully offline...

See also #22

For reference, here is the current UI: ![image](https://user-images.githubusercontent.com/16862044/45938638-029bf480-bf89-11e8-9c5f-4c8d8393c1e8.png)

These are the buttons at the bottom of the current UI, and what I would propose doing with them: **Pause** - Remove functionality **Discard** - Remove functionality **Clear** - Keep...

Here's a quick idea for a new UI I've put together ![image](https://user-images.githubusercontent.com/16862044/45938931-ca49e580-bf8b-11e8-87ea-20d054d5e1d3.png) In the new UI I would propose: **All controls remain sticky at the top** This is because as...

I have a few questions about the current implementation/functionality: - ErrorMessages have several other fields such as numOccur, flags, or errorCode. Are these unused? Are they important to display somewhere?...