Skip to content

A VScode extension using gdb to add tracepoints dynamically. It needs the fcompile and can_trace commands from gdb available on my gdb branch.

License

Notifications You must be signed in to change notification settings

paul-naert/VscodeTrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VscodeTrace

This VSCode extension is designed to take advantage of the modifications I added to gdb to allow dynamic tracing of a C/C++ program. It adds a menu in the activity bar and several commands, to allow the addition of fast tracepoints on all the occurence of a variable in a compiled program (with debug symbols).

Currently, I use the minitrace tracing library that I modified a bit. The configuration file can be changed to accomodate another tracing library.

About

A VScode extension using gdb to add tracepoints dynamically. It needs the fcompile and can_trace commands from gdb available on my gdb branch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published