In fact, I realized an hour after writing and, taken from the development, it slipped my mind to write it here.
Thanks for the reply.
One more question:
I can debug .COM files run by msx-dos, but it doesn't stop at breakpoints if I run a .bin file from msx-dos with bload "myfiles.bin", r
thanks!
P.S.: If i'd want debug on real machine I must use rookie card or your usb card?
If I set a breckpoint into openMSX debugger with Vs debugger active the breackpoint into vs is ok...
P.S.: If i'd want debug on real machine I must use rookie card or your usb card?
This feature is still in development.
I've just downloaded VSCode and tried to install your extension (on Windows10 x64) doing:
code --install-extension dezog-1.3.5.vsix
this is the result (I'm totally newbie to vscode so I'm not sure of what I'm doing ):
[main 2022-04-02T15:47:48.992Z] window#load: attempt to load window (id: 1) [main 2022-04-02T15:47:49.007Z] update#setState idle [main 2022-04-02T15:47:49.088Z] ExtensionHostStarterWorker created [1976:0402/174749.343:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer. [main 2022-04-02T15:47:50.413Z] window#load: window reported ready (id: 1) [main 2022-04-02T15:47:50.666Z] Starting extension host with pid 4864 (fork() took 126 ms). [main 2022-04-02T15:47:50.669Z] ExtensionHostStarterWorker.start() took 131 ms. [main 2022-04-02T15:48:09.526Z] Waiting for extension host with pid 4864 to exit. [main 2022-04-02T15:48:09.528Z] Extension host with pid 4864 exited with code: 0, signal: null.
I want to use it with Glass + OpenMSX + OpenMSX Debugger
and I know nothing about makefiles or launch.json files...
until now I've simply wrote my code on an editor (TED now and before windows notepad) and launched glass from a cmd shell...
it start to be frustrating...
first step done:
instead of install the extension from command line, like the example in github repository, I did "install from VSIX" by the VSC extension menu...
Yes, that feature was recently added to VSCode. Much easier and it works good.