Skip to content

timrid/briefcase-remote-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Briefcase Remote Debugger

This package is an helper package for remote debugging of applications packed with briefcase.

Installation

Normally you dont need to install this package, becaus it is done automatically by briefcase.

But in theory it can also be used without briefcase. Then it can be installed via:

pip install git+https://github.com/timrid/briefcase-remote-debugger@main

Usage

This package currently supports the following remote debuggers:

  • pdb (through forwarding stdin/stdout via a socket)
  • debugpy

This packages starts the remote debugger automatically at startup through an .pth file, if a BRIEFCASE_REMOTE_DEBUGGER enviornment variable is set.

About

Add-on for briefcase to support remote debugging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages