Essays about: "Debugger"

Showing result 1 - 5 of 24 essays containing the word Debugger.

  1. 1. Front-end of a Debugger for Compiled Programs in Haskell

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Andreas Olsson; Carl Bergman; Brage Salhus Bunk; Elias Johansson; Krešimir Popovic; [2023-03-03]
    Keywords : Haskell; debugger; debug; heap; lazy evaluation; functional programming; GHC;

    Abstract : There are debugging tools available for Haskell programs today, but despite providing help for developers, these tools are not widely used in the Haskell community. Current debugging tools for Haskell have different kinds of limitations. This thesis will discuss the implementation of a new debugger with a graphical interface. READ MORE

  2. 2. PythonVis : Software Visualisation in Virtual Reality for Program Comprehension

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Mattias Larsson; [2022]
    Keywords : Code visualisation; program comprehension; virtual reality; user experience; python; computer education;

    Abstract : This paper presents PythonVis, a novel Virtual Reality (VR) software visualization prototype for program comprehension. The motivation for PythonVis is to leverage the affordances of VR and the debugger tool to support software developers' comprehension of novel software. READ MORE

  3. 3. Hybrid Debugger Software on RISC-V MCU : A no cost debugging solution foreducational use

    University essay from KTH/Hälsoinformatik och logistik

    Author : Linus Remahl; [2022]
    Keywords : RISC-V instruction set architecture; debugging; debug module; trigger module; remote serial protocol; micro controller unit; RISC-V instruktionsuppsättning; felsökning; debug module; trigger module; remote serial protocol; mikrokontroller;

    Abstract : This work details the implementation of a debugger for a small embedded RISC-V system. KTH uses an in-house designed microcontroller development board for computer and electronics design courses. READ MORE

  4. 4. Improving Debugging For Optimized Rust Code On Embedded Systems

    University essay from Luleå tekniska universitet/Datavetenskap

    Author : Niklas Lundberg; [2022]
    Keywords : Master thesis; Rust; Debug; Embedded systems; Optimized code;

    Abstract : Debugging is an essential part of programming. No debugger is good at debugging optimized Rust code, which is a problem because unoptimized Rust code is slow compared to optimized. The ability to debug optimized code is important for embedded systems because of the close relation to hardware. READ MORE

  5. 5. Software debugging using the debugger SAM4E Xplained Pro

    University essay from Malmö universitet/Fakulteten för teknik och samhälle (TS)

    Author : Nadia Manoh; Hamoud Abdullah; [2018]
    Keywords : embedded system; software testing; software debugging; software failure; software bugs debugging techniques;

    Abstract : Inbyggda system finns i nästan alla enheter som används i vårt dagliga liv, som exempelvis mobiltelefoner, kylskåp och bilar. En del enheter kan vara betydligt känsligare än andra, vilket innebär att en bugg som existerar i ett system kan orsaka skada, till och med förlust av människoliv, eller orsakar ingen skada alls. READ MORE