MCJack123 / craftos2

A fast, modern, and feature-filled ComputerCraft emulator written in C++.
https://www.craftos-pc.cc
Other
217 stars 25 forks source link

Debugger doesn't inherit mounts created on the main computer #327

Closed MCJack123 closed 6 months ago

MCJack123 commented 10 months ago

Describe the bug Debugger computers do not have any mounts created in the original computer. This makes accessing files in the mounts fail.

To Reproduce Steps to reproduce the behavior:

  1. Mount a drive on a computer
  2. Attach a debugger
  3. Attempt to set a breakpoint in a file on the mount

Expected behavior The file exists and works with breakpoints.

Additional context https://github.com/MCJack123/vscode-craftos-pc/issues/19