+fix: source file resolving if debugee is located in subdir#2
+fix: source file resolving if debugee is located in subdir#2
Conversation
+fix: error message handling +feat: add steckschwein to list of emulators supporting cc65-dbg
|
mhm... little bit tricky. will do some regression tests for windows... and with a .dbg file with absolute file names. |
…sub directory +feat: support for additional src directories via srcDirs launch confifuration property - e.g. used for cc65 library source lookup path
|
@smokku hi, needed to change the source lookup a little bit, but now it works for various workspace setups. e.g. workspaces with sub directories. furthermore i've added an srcDirs configuration option to allow for configuration of additional paths to lookup source files. useful for cc65 module libraries. e.g. had to deal with .dbg files like where source paths of modules within a library also use relative paths which may not reside in the current workspace or different directory from the program which is debugged. |
Co-authored-by: Tomasz Sterna <tomasz@sterna.link>
|
@mlauke Thank you for your contribution. 😺 |
|
@smokku forgot to increase version number in package.json etc... or will you do it before shipping it to https://marketplace.visualstudio.com/items?itemName=X65-Project.cc65-dbg ? |
Bumping the version is the part of release procedure. |
+fix: error message handling
+feat: add steckschwein to list of emulators supporting cc65-dbg