Commit 6eabde4
authored
✨ Terminate python process when ending debug session (#821)
Fixes #754
This is change is specific to the experimental debugger
Moved the static run method out of the class, as a standalone function named startDebugger
Added logToFile into package.json (publish this setting)
Added logging of unhandled exceptions in debugger process (for diagnostics)
Terminate python process when ending debugger1 parent d44386e commit 6eabde4
6 files changed
Lines changed: 219 additions & 118 deletions
File tree
- src
- client/debugger
- Common
- test/debugger
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
677 | 682 | | |
678 | 683 | | |
679 | 684 | | |
| |||
707 | 712 | | |
708 | 713 | | |
709 | 714 | | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
710 | 720 | | |
711 | 721 | | |
712 | 722 | | |
| |||
1021 | 1031 | | |
1022 | 1032 | | |
1023 | 1033 | | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
1024 | 1039 | | |
1025 | 1040 | | |
1026 | 1041 | | |
| |||
1761 | 1776 | | |
1762 | 1777 | | |
1763 | 1778 | | |
| 1779 | + | |
1764 | 1780 | | |
1765 | 1781 | | |
1766 | 1782 | | |
| |||
1795 | 1811 | | |
1796 | 1812 | | |
1797 | 1813 | | |
| 1814 | + | |
1798 | 1815 | | |
1799 | 1816 | | |
1800 | 1817 | | |
| |||
1820 | 1837 | | |
1821 | 1838 | | |
1822 | 1839 | | |
| 1840 | + | |
1823 | 1841 | | |
1824 | 1842 | | |
1825 | 1843 | | |
| |||
1841 | 1859 | | |
1842 | 1860 | | |
1843 | 1861 | | |
1844 | | - | |
| 1862 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
| 293 | + | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
738 | 748 | | |
0 commit comments