phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

Sometimes process-list shows only 5 items #37

Closed phofman closed 9 years ago

phofman commented 9 years ago

Randomly only first few items are shown, when loading processes from target device. It can be observed in Target Navigator, although it has an impact on starting the GDB debugger. Since PID of the process to attach can't be obtained, it might end-up with an error and debugging might not start.

phofman commented 9 years ago

Fixed and already pushed on 'develop'. Caused by improper implementation of Skip() method, that in case of need of next buffer load, was improperly resetting the offset pointer.