prb28
prb28
I managed to debug on ubuntu 22.04 even if I had the same issue. Please try: - chmod u+x /home/user/.vscode/extensions/prb28.amiga-assembly-1.8.7/dist/bin/fs-uae/fs-uae-linux_x64 - Modify your ~/.bashrc ``` export LD_LIBRARY_PATH=/home/user/.vscode/extensions/prb28.amiga-assembly-1.8.7/dist/bin/fs-uae ``` - uncheck...
The workaround is efficient on debian 12 too.
@Jasmin68k In the default launch configuration the `"stopOnEntry": true,` option is set. This makes the program stop at the second instruction. There is no way to stop it at the...
@grahambates There are some breaking changes in the last version of vscode.
I've tried that fix locally yesterday. After it, I had some trouble stepping during debug. Did you try step debugging?
@grahambates thanks, it looks good ! @djyt @cobour I've just published a pre-release, can you try it please ? I think maybe there are some problems with the copper breakpoints,...
@howprice I do not have it with the example, workspace. Can you please, try to remove the "all exceptions" option ? You have an error opening "demo.asm" file, is that...
@djyt @howprice can you try this workaround? https://github.com/prb28/vscode-amiga-assembly/issues/284#issuecomment-1925943609
@howprice, thanks for the test. Yes you can open a new issue, if you have a minimal project to reproduce the issue it helps a lot !
@AndyJBuchanan for a raspberry pi you'll have to rebuild fs-uae. I don't think that the standard build on Ubuntu intel will work.