microsoft / microsoft/vscode-cpptools
No longer able to debug
Open
@pieandcakes is already working on this.
Since Jun 16, 2017.
debugger
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Latest Insiders
Version 1.14.0-insider
Commit 73015a5e052e6de8ecd60eed2670bea81fad8cac
Date 2017-06-16T05:10:46.035Z
Shell 1.6.6
Renderer 56.0.2924.87
Node 7.4.0
Ubuntu 16.04 x64
Here's the Debug Console Log:
=thread-group-added,id="i1"
GNU gdb (GNU Tools for ARM Embedded Processors) 7.10.1.20151217-cvs
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-linux-gnu --target=arm-none-eabi".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
=cmd-param-changed,param="pagination",value="off"
[New Thread 1]
1: (11415) <-1011-interpreter-exec console "info sharedlibrary"
1: (11415) ->~"No shared libraries loaded at this time.\n"
1: (11416) ->1011^done
1: (11416) ->(gdb)
1: (11416) 1011: elapsed time 1
E output: {"category":"console","output":"Loaded 'shared libraries loaded at this time.'. Cannot find or open the symbol file.\n","data":null,"type":"output"}
Loaded 'shared libraries loaded at this time.'. Cannot find or open the symbol file.
1: (11427) <-1012-thread-info
1: (11428) ->1012^done,threads=[{id="2",target-id="Thread 1",details="ISR",frame={level="0",addr="0x1000eecc",func="Reset_Handler",args=[],file="build/startup.sx",fullname="/home/arosenthal/Documents/code/fw-bison/products/boson/gcc/build/startup.sx",line="420"},state="stopped"}],current-thread-id="1"
1: (11428) ->(gdb)
1: (11429) 1012: elapsed time 2
E output: {"category":"stderr","output":"ERROR: Unable to start debugging. Failed to find thread 1 for break event\n","data":null,"type":"output"}
ERROR: Unable to start debugging. Failed to find thread 1 for break event
1: (11442) <--gdb-exit
1: (11442) ->^exit
1: (11443) ->=thread-group-exited,id="i1"
E output: {"category":"console","output":"The program '/home/arosenthal/Documents/code/code.elf' has exited with code 42 (0x0000002a).\r\n\n","data":null,"type":"output"}
The program '/home/arosenthal/Documents/code/code.elf' has exited with code 42 (0x0000002a).
E exited: {"exitCode":42,"type":"exited"}
E terminated: {"type":"terminated"}
E output: {"category":"telemetry","output":"VS/Diagnostics/Debugger/DebugCompleted","data":{"VS.Diagnostics.Debugger.ImplementationName":"Microsoft.MIDebugEngine","VS.Diagnostics.Debugger.EngineVersion":"14.0.40526.1","VS.Diagnostics.Debugger.HostVersion":"1.0.30525.1","VS.Diagnostics.Debugger.AdapterId":"cppdbg","VS.Diagnostics.Debugger.DebugCompleted.BreakCounter":0},"type":"output"}
C disconnect: {"restart":false}
R: {"success":true,"message":null,"request_seq":13,"command":"disconnect","body":null,"running":false,"refs":null,"seq":0,"type":"response"}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.