Results 4 issues of Vincent Parizet

I'm on Windows 10 and the dropdown text is cut off. ![mantra_issue](https://cloud.githubusercontent.com/assets/10779205/13425767/52ec31a6-dfa9-11e5-8292-35fb8f4b9e43.PNG) Adding this line fix this : ``` less .mantra.atom-pane select { padding: 0 12px 0 12px; } ```

The package works just fine but there are some errors when toggling it. ![mantra_issue_2](https://cloud.githubusercontent.com/assets/10779205/13458821/f5dbfd1c-e06f-11e5-82e4-8148256f61f0.PNG)

A simple struct with bitfields is not visible in either the Watch or Locals window. ```c struct Pointer { uint32_t type : 2; uint32_t offset : 30; }; ``` ![image](https://github.com/EpicGames/raddebugger/assets/10779205/6cb4447b-7269-47c2-8a32-03d5d7510f72)

enhancement

## Description of Problem Accelerator complains about .babelrc client path. ``` [gadicc:hot] Accelerator (3tJ): Build plugin error. Skipping this time. The error was: { [Error: ENOENT, no such file or...