From 1b931c4abda28ae2b19696027e2dd4e44cd5a800 Mon Sep 17 00:00:00 2001 From: drmortalwombat <90205530+drmortalwombat@users.noreply.github.com> Date: Mon, 8 May 2023 17:33:43 +0200 Subject: [PATCH] Add link to source level debugger in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a61e753..76a58e5 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,10 @@ The windows installer puts the samples into the users documents folder, using th On a linux installation one can build the samples invoking the *build.sh* shell script in the samples directory. +### Debugging + +The .asm file is a great resource when debugging from within e.g. the VICE monitor, but there is also a source level debugging project underway: [Modern VICE PDB Monitor](https://github.com/MihaMarkic/modern-vice-pdb-monitor) by MihaMarkic + ## Language extensions The compiler has various extensions to simplify developing for the C64.