Essays about: "Debugging"

Showing result 21 - 25 of 139 essays containing the word Debugging.

  1. 21. A Digital Design Flow - From Concept to RTL Description, Using Mathworks and Cadence's Tools

    University essay from Lunds universitet/Institutionen för elektro- och informationsteknik

    Author : Tor Hammarbäck; Jorge Deza Concori; [2022]
    Keywords : Technology and Engineering;

    Abstract : This report presents our digital design flow for creating high speed very large scale integration circuits using a fifth generation disruptive beamforming control and data processing circuit as example. The flow consists of different stages. READ MORE

  2. 22. Design and Implementation of the Language Server Protocol for the Nickel Language

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

    Author : Yannik Sander; [2022]
    Keywords : Language Server Protocol; Coda Analysis; IDE;

    Abstract : The expansive Language Integration, i.e. code completion, debugging as well as static code analysis, refactoring and more, has typically been the hallmark of Integrated Development Environments (IDE). Typical IDEs however focus on a selection of established languages to integrate which stifles the adoption of new languages. READ MORE

  3. 23. Non-deterministic tests and where to find them : Empirically investigating the relationship between flaky tests and test smells by examining test order dependency

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Sokrates Lamprou; [2022]
    Keywords : flaky tests; continuous integration; regression tests; test order dependency;

    Abstract : Flaky tests are non-deterministic tests that both pass and fail when no new code changes have been introduced to the code under test. This is a widespread problem for the Continuous Integration community where the underlying idea is that code is only integrated if all test cases pass. READ MORE

  4. 24. The Blueprint Experience : Debugging with Blueprints

    University essay from Blekinge Tekniska Högskola

    Author : Viktor Kockum; Erik Konkell; [2022]
    Keywords : ;

    Abstract : .... READ MORE

  5. 25. 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