Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

VSCode extension for the Haskell ESTGi Debugger

NotificationsYou must be signed in to change notification settings

haskell-debugger/dap-estgi-vscode-extension

Repository files navigation

Table of Contents

  1. VSCode setup
  2. Run
  3. Usage

VSCode setup

Enableallow breakpoints everywhere option in VSCode settings.

Run

  • Opendap-estgi-vscode-extension folder by using theFiles/Open Folder menu.
  • Open thesrc/extension.ts file.
  • press F5 to run the extension in a new VSCode window.

Usage

  • Open your project folder that was compiled withghc-wpc orwpc-plugin
  • Select the debug view on the side bar
  • Click tocreate a launch.json file, then selectHaskell DAP ESTGi
  • Edit theprogram field to be more specific with the application name if the debugee project has multiple executables
    • If there is only one executable then the default value should work
    • A more specific pattern would be:"program": "${workspaceFolder}/--EXECUTABLE_NAME-ghc_stgapp"
  • Startdap server:(cd dap-estgi-server ; stack run)
  • Press F5

About

VSCode extension for the Haskell ESTGi Debugger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp