Skip to content

Commit

Permalink
Enable ipykernel debugger support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichilot committed Jun 26, 2024
1 parent 1ad186e commit 5f8ab50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cocotb_kernel/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"argv": [sys.executable, "-m", "cocotb_kernel",
"--connection-file", "{connection_file}"],
"display_name": "cocotb",
"language": "python"
"language": "python",
"metadata": {
"debugger": True
}
}

# TODO: Add support for custom config name
Expand Down Expand Up @@ -67,4 +70,4 @@ def main() -> None:


if __name__ == '__main__':
main()
main()

0 comments on commit 5f8ab50

Please sign in to comment.