-
Couldn't load subscription status.
- Fork 1.7k
Closed
Description
Type: Debugger
gdb (attach)
Describe the bug
- OS and Version: Arch Linux with
kernel 4.17.5-1-ARCH - VS Code Version:
1.25.1 - C/C++ Extension Version:
0.17.6 - Other extensions you installed (and if the issue persists after disabling them):
C++ intellisence
Problem description
When I debug a nginx module, it runs find in terminal gdb but it seems not going well on vs code when I attach the nginx worker process. No errors occur when attaching the process, but I can't continue when I get a error ERROR: Command aborted. See the output window for additional details.. Here are the corresponding part of my configuration launch.json and some log screenshots. Thanks for helping me to handle it.
The debugger says PAUSED ON EXCEPTION when in function epool_wait(), but actually this function is blocked waiting for events, which is normal.




