Eudoire Posted November 23, 2021 Share Posted November 23, 2021 (edited) Hello everyone, I'm learning bAtari Basic and for that I use the extension Atari Dev Studio on Visual Studio Code. However for the debbuging, I have this message: You don’t have an extension for debugging “batari Basic”. Should we find a “batari Basic” extension in the marketplace ? Can you help me please, or give any clarification ? Edited November 23, 2021 by Eudoire Quote Link to comment https://forums.atariage.com/topic/327517-help-me-for-the-debuging-in-visual-studio-code/ Share on other sites More sharing options...
donnerkuh Posted November 25, 2021 Share Posted November 25, 2021 What happens if you press the find "batari basic" extension ? Quote Link to comment https://forums.atariage.com/topic/327517-help-me-for-the-debuging-in-visual-studio-code/#findComment-4954435 Share on other sites More sharing options...
Eudoire Posted November 27, 2021 Author Share Posted November 27, 2021 when I do find batari basic extensions , I have extensions to offer, which have nothing to do with batari Basic Quote Link to comment https://forums.atariage.com/topic/327517-help-me-for-the-debuging-in-visual-studio-code/#findComment-4955458 Share on other sites More sharing options...
+Karl G Posted November 27, 2021 Share Posted November 27, 2021 Do you have Atari Dev Studio, then? If so, then that is all you should need. There's not a special debugger for batari basic code. You can do debugging with Stella, on the ASM level. Also looping in @mksmith in case he has anything more to add. 1 Quote Link to comment https://forums.atariage.com/topic/327517-help-me-for-the-debuging-in-visual-studio-code/#findComment-4955595 Share on other sites More sharing options...
Eudoire Posted November 27, 2021 Author Share Posted November 27, 2021 4 hours ago, Karl G said: Vous avez alors Atari Dev Studio ? Si c'est le cas, c'est tout ce dont vous avez besoin. Il n'y a pas de débogueur spécial pour le code de base de batari. Vous pouvez faire du débogage avec Stella, au niveau ASM. En boucle aussi @mksmith au cas où il aurait quelque chose à ajouter. thank you very much for this information, it is not always easy for a beginner to know this information, I am more motivated to share my future game! 1 Quote Link to comment https://forums.atariage.com/topic/327517-help-me-for-the-debuging-in-visual-studio-code/#findComment-4955773 Share on other sites More sharing options...
+mksmith Posted November 29, 2021 Share Posted November 29, 2021 Thanks @Karl G. Sorry @Eudoire I had a few other things on and no chance to visit the forum. If you have Atari Dev Studio installed then that is quite a strange error message as VS Code does not appear to fully recognize it's installed. There might be a couple of things to check: try re-installing the extension and try to compile again verify any anti-virus is not blocking access to the compiler open the VS Code Debugger (Help -> Toggle Developer Tools) - it will open a Chrome Web Developer tools. Then try to compile again and you will see the full debugging messages in that window. Quote Link to comment https://forums.atariage.com/topic/327517-help-me-for-the-debuging-in-visual-studio-code/#findComment-4957170 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.