Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariovilas/vtrace-mirror
Automatically exported from code.google.com/p/vtrace-mirror
https://github.com/mariovilas/vtrace-mirror
Last synced: about 16 hours ago
JSON representation
Automatically exported from code.google.com/p/vtrace-mirror
- Host: GitHub
- URL: https://github.com/mariovilas/vtrace-mirror
- Owner: MarioVilas
- Created: 2015-03-26T16:56:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T16:59:40.000Z (over 9 years ago)
- Last Synced: 2023-03-23T07:57:59.340Z (over 1 year ago)
- Language: Python
- Size: 31.1 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
===== Intro ===================================================VDB is a debugger written using the vtrace API. For the list
of kewl stuff and supported features, see the vtrace docs.===== Usage ===================================================
I usually run it directly from the checkout without going through
any kind of installation. From a windows/unix command prompt,
"python vdbbin" should suffice.If you want to use the gui (on mac/linux/windows) you will need
a working install of pygtk (which means gtk/pango/etc).I'm not really one for writting a LOT of docs, but explore and have fun.
===== Known Iusses ============================================
* -R and firewalls
Remove debugging with vdb is possible with the use of the
"server" command and the -R option. *However*, cobra
(the underlying RMI model) will attempt transparent reconnection
for robustness. This means that firewalls can cause it to hang
as it tries to reconnect. This also means that one socket dying
once doesn't destroy your debugging session ;)* NonBlocking or ThreadWrap modes
Though these modes are listed in the modes selection interface
you may *not* turn them off. They are critical to the function
of vdb as a non-blocking debugger...