-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgix-ide-the-standalone-debugger.html
More file actions
18 lines (17 loc) · 8.6 KB
/
gix-ide-the-standalone-debugger.html
File metadata and controls
18 lines (17 loc) · 8.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html><html lang="en-us"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Gix-IDE: the standalone debugger - mridoni's development blog</title><meta name="description" content="The 'standalone debugger' for Gix-IDE is almost here. Preliminary tests are going very well, and while I cannot give a firm release date, a pre-release (Windows only at first) should be coming in September. The new debugger will at first have more or less the same feature set of the old one, but the new architecture will allow in the future things as remote debugging and cross-architecture debugging (i.e. debugging x86 code on x64 platform)."><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://mridoni.github.io/gix-ide-the-standalone-debugger.html"><link rel="alternate" type="application/atom+xml" href="https://mridoni.github.io/feed.xml"><link rel="alternate" type="application/json" href="https://mridoni.github.io/feed.json"><meta property="og:title" content="Gix-IDE: the standalone debugger"><meta property="og:site_name" content="mridoni's development blog"><meta property="og:description" content="The 'standalone debugger' for Gix-IDE is almost here. Preliminary tests are going very well, and while I cannot give a firm release date, a pre-release (Windows only at first) should be coming in September. The new debugger will at first have more or less the same feature set of the old one, but the new architecture will allow in the future things as remote debugging and cross-architecture debugging (i.e. debugging x86 code on x64 platform)."><meta property="og:url" content="https://mridoni.github.io/gix-ide-the-standalone-debugger.html"><meta property="og:type" content="article"><style>:root{--body-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--heading-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--logo-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--menu-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}</style><link rel="stylesheet" href="https://mridoni.github.io/assets/css/style.css?v=c65e4b699f773de4045874d9f49bbe9c"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://mridoni.github.io/gix-ide-the-standalone-debugger.html"},"headline":"Gix-IDE: the standalone debugger","datePublished":"2022-08-12T18:07","dateModified":"2022-08-12T18:12","description":"The 'standalone debugger' for Gix-IDE is almost here. Preliminary tests are going very well, and while I cannot give a firm release date, a pre-release (Windows only at first) should be coming in September. The new debugger will at first have more or less the same feature set of the old one, but the new architecture will allow in the future things as remote debugging and cross-architecture debugging (i.e. debugging x86 code on x64 platform).","author":{"@type":"Person","name":"Marco Ridoni","url":"https://mridoni.github.io/authors/marco-ridoni/"},"publisher":{"@type":"Organization","name":"Marco Ridoni"}}</script></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="https://mridoni.github.io/">mridoni's development blog</a></header><main><article class="post"><div class="hero"><header class="hero__content"><div class="wrapper"><div class="post__meta"><time datetime="2022-08-12T18:07">August 12, 2022</time></div><h1>Gix-IDE: the standalone debugger</h1></div></header></div><div class="wrapper post__entry"><p>The "standalone debugger" for Gix-IDE is almost here. Preliminary tests are going very well, and while I cannot give a firm release date, a pre-release (Windows only at first) should be coming in September.</p><p>The new debugger will at first have more or less the same feature set of the old one, but the new architecture will allow in the future things as remote debugging and cross-architecture debugging (i.e. debugging x86 code on x64 platform).</p><p>The debug clients (including obviously Gix-IDE) will connect using a standard client library, and it will be possible to write a client from scratch or incorporate the debug client library into existing tools (I am writing a minimal text-based client to simplify testing the library).</p></div><footer class="wrapper post__footer"><p class="post__last-updated">This article was updated on August 12, 2022</p><div class="post__share"><a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmridoni.github.io%2Fgix-ide-the-standalone-debugger.html" class="js-share facebook" rel="nofollow noopener noreferrer"><svg class="icon" aria-hidden="true" focusable="false"><use xlink:href="https://mridoni.github.io/assets/svg/svg-map.svg#facebook"/></svg> <span>Facebook</span> </a><a href="https://twitter.com/share?url=https%3A%2F%2Fmridoni.github.io%2Fgix-ide-the-standalone-debugger.html&via=%40quasicomese&text=Gix-IDE%3A%20the%20standalone%20debugger" class="js-share twitter" rel="nofollow noopener noreferrer"><svg class="icon" aria-hidden="true" focusable="false"><use xlink:href="https://mridoni.github.io/assets/svg/svg-map.svg#twitter"/></svg> <span>Twitter</span> </a><a href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmridoni.github.io%2Fgix-ide-the-standalone-debugger.html" class="js-share linkedin" rel="nofollow noopener noreferrer"><svg class="icon" aria-hidden="true" focusable="false"><use xlink:href="https://mridoni.github.io/assets/svg/svg-map.svg#linkedin"/></svg> <span>LinkedIn</span></a></div></footer></article><nav class="post__nav"><div class="post__nav-inner"><div class="post__nav-prev"><svg width="1.041em" height="0.416em" aria-hidden="true"><use xlink:href="https://mridoni.github.io/assets/svg/svg-map.svg#arrow-prev"/></svg> <a href="https://mridoni.github.io/new-drivers-for-gixsql-and-more.html" class="invert post__nav-link" rel="prev"><span>Previous</span> New drivers for GixSQL and more</a></div><div class="post__nav-next"><a href="https://mridoni.github.io/gixsql-1018dev2-isout.html" class="invert post__nav-link" rel="next"><span>Next</span> GixSQL 1.0.18dev2 isout </a><svg width="1.041em" height="0.416em" aria-hidden="true"><use xlink:href="https://mridoni.github.io/assets/svg/svg-map.svg#arrow-next"/></svg></div></div></nav><div class="post__related related"><div class="wrapper"><h2 class="h5 related__title">You should also read:</h2><article class="related__item"><div class="feed__meta"><time datetime="2022-12-08T11:49" class="feed__date">December 8, 2022</time></div><h3 class="h1"><a href="https://mridoni.github.io/gix-ide-early-december-update.html" class="invert">Gix-IDE: December update</a></h3></article><article class="related__item"><div class="feed__meta"><time datetime="2022-10-30T09:39" class="feed__date">October 30, 2022</time></div><h3 class="h1"><a href="https://mridoni.github.io/new-debugger-source-available.html" class="invert">"New debugger" source available</a></h3></article></div></div></main><footer class="footer"><div class="footer__copyright"><p>Powered by Publii</p></div><button class="footer__bttop js-footer__bttop" aria-label="Back to top"><svg><title>Back to top</title><use xlink:href="https://mridoni.github.io/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script>window.publiiThemeMenuConfig = {
mobileMenuMode: 'sidebar',
animationSpeed: 300,
submenuWidth: 'auto',
doubleClickTime: 500,
mobileMenuExpandableSubmenus: true,
relatedContainerForOverlayMenuSelector: '.top',
};</script><script defer="defer" src="https://mridoni.github.io/assets/js/scripts.min.js?v=48e9576b9741cf2a93ab25c5689c9f5d"></script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script></body></html>