Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / kmaork/madbg issues and pull requests

#55 - chore: update download-artifact from v2 to v4.1.7

Pull Request - State: closed - Opened by itay-sho 25 days ago

#54 - chore: update tox to fix CI

Pull Request - State: closed - Opened by itay-sho 25 days ago

#53 - Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Pull Request - State: closed - Opened by dependabot[bot] 26 days ago - 2 comments
Labels: dependencies

#52 - Please document (in the readme) that this does not work for Windows

Issue - State: closed - Opened by kunom about 2 months ago - 1 comment

#51 - Question asyncio stack trace

Issue - State: open - Opened by RichardFevrier 11 months ago - 1 comment

#49 - abort: no module named 'madbg'

Issue - State: closed - Opened by jaraco about 1 year ago - 1 comment

#48 - Make `run_in_process` a context manager to make sure the pool is destroyed

Issue - State: closed - Opened by kmaork about 1 year ago
Labels: tests

#47 - Support python3.11

Pull Request - State: closed - Opened by kmaork about 1 year ago

#46 - ModuleNotFoundError: No module named 'fcntl'

Issue - State: closed - Opened by nguyenduchuyz190 over 1 year ago - 1 comment

#45 - ModuleNotFoundError: No module named 'fcntl'

Issue - State: closed - Opened by Broner3D over 1 year ago - 3 comments

#44 - V2

Pull Request - State: open - Opened by kmaork almost 2 years ago
Labels: enhancement

#43 - PermissionError: [Errno 1] Operation not permitted

Issue - State: open - Opened by chinghwayu almost 2 years ago - 5 comments

#42 - Add support for musl

Pull Request - State: closed - Opened by kmaork about 2 years ago

#41 - Add a table with comparison to similar tools

Issue - State: open - Opened by kmaork about 2 years ago
Labels: documentation

#40 - Could not find libc

Issue - State: open - Opened by htjain about 2 years ago - 1 comment

#39 - Continue when can't attach to tty

Pull Request - State: closed - Opened by kmaork about 2 years ago

#38 - is it possible le to see matplotlib plots

Issue - State: closed - Opened by Sandy4321 over 2 years ago - 5 comments

#37 - Can't attach to a process on musl libc

Issue - State: closed - Opened by ptrcnull over 2 years ago - 3 comments

#36 - Piping refactor + single tracing session

Pull Request - State: closed - Opened by kmaork over 2 years ago

#35 - Use SIGIO instead of listener thread

Pull Request - State: closed - Opened by kmaork over 2 years ago

#34 - Use set_trace_on_connect in _inject_set_trace instead of registering a signal handler

Issue - State: open - Opened by kmaork over 2 years ago
Labels: enhancement

#33 - Support attaching to processes that can't import madbg

Issue - State: open - Opened by kmaork over 2 years ago
Labels: enhancement

#32 - AttributeError: dlsym(0x7fe7fd446100, injector_attach): symbol not found

Issue - State: closed - Opened by vadimszzz almost 3 years ago - 4 comments

#31 - Added tcdrain and fixed todo by calling atexit._run_exitfuncs

Pull Request - State: closed - Opened by kmaork almost 3 years ago

#30 - Fixing todos

Pull Request - State: closed - Opened by kmaork almost 3 years ago

#29 - Support python 3.9 and 3.10

Pull Request - State: closed - Opened by kmaork almost 3 years ago

#28 - Inifinite traceback when pressing Ctrl-C on debugged process

Issue - State: closed - Opened by kmaork almost 3 years ago
Labels: bug

#27 - Tests for attach_to_process

Issue - State: open - Opened by kmaork almost 3 years ago
Labels: tests

#26 - Add --local option to madbg run, to open a client immediately

Issue - State: open - Opened by kmaork almost 3 years ago
Labels: enhancement

#25 - mabdg run -s flag not working

Issue - State: closed - Opened by kmaork almost 3 years ago
Labels: bug

#24 - Ctty not restored correctly after madbg attach

Issue - State: open - Opened by kmaork almost 3 years ago
Labels: bug

#23 - Hide madbg frame from user tracebacks

Issue - State: open - Opened by kmaork almost 3 years ago - 1 comment
Labels: enhancement

#21 - timeout when attach to a busy process (100% cpu)

Issue - State: closed - Opened by yinrong almost 3 years ago - 3 comments

#20 - Problem with post_mortem

Issue - State: closed - Opened by ItaiSchoenfeld almost 3 years ago - 1 comment

#19 - Python 3.6 support

Issue - State: closed - Opened by fsilvestre almost 3 years ago - 2 comments

#18 - MacOS support?

Issue - State: open - Opened by lebedov over 3 years ago - 1 comment
Labels: enhancement

#17 - fixed 'TerminalInteractiveShell' object has no attribute 'style'

Pull Request - State: closed - Opened by kmaork over 3 years ago

#16 - AttributeError: 'TerminalInteractiveShell' object has no attribute 'style'

Issue - State: closed - Opened by melardev over 3 years ago - 2 comments

#14 - Upload to pypi when IPython>7.16.1 is released (end of July)

Issue - State: closed - Opened by kmaork about 4 years ago

#13 - Consider not changing ctty and emulating signals instead

Issue - State: open - Opened by kmaork about 4 years ago - 2 comments
Labels: enhancement

#12 - Allow and test two consecutive debug sessions

Issue - State: closed - Opened by kmaork about 4 years ago
Labels: tests

#11 - Allow passing timeout to client connect_to_debugger

Issue - State: closed - Opened by kmaork about 4 years ago

#10 - Allow ctrl-D to detach client from debugger

Issue - State: closed - Opened by kmaork about 4 years ago - 2 comments

#9 - Make client cross-platform

Issue - State: open - Opened by kmaork about 4 years ago - 2 comments
Labels: enhancement

#8 - Support authentication and encryption for remote debugger

Issue - State: open - Opened by kmaork about 4 years ago - 1 comment
Labels: enhancement

#7 - Make debugger continue when a client dies

Issue - State: open - Opened by kmaork about 4 years ago
Labels: bug

#5 - Cleanup for debugger resources is not run if `sys.settrace` is called while a debug session is running

Issue - State: closed - Opened by kmaork about 4 years ago - 1 comment
Labels: bug

#4 - Use mypy and flake8 in tests

Issue - State: open - Opened by kmaork about 4 years ago
Labels: tests

#3 - Test all API functionality

Issue - State: closed - Opened by kmaork about 4 years ago
Labels: tests

#2 - Can we use set_trace_on_connect to debug a thread other than the main thread?

Issue - State: open - Opened by kmaork about 4 years ago
Labels: enhancement

#1 - Allow attaching to a running process without madbg.set_trace_on_connect

Issue - State: closed - Opened by kmaork about 4 years ago - 1 comment